Skip to content

Commit

Permalink
make sure tlmgr search works: yihui/yihui.org#1089 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 9, 2023
1 parent 8af916a commit c367e82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/test-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ if (!identical(p1 <- tinytex:::tl_platforms(), p2 <- tinytex:::.tl_platforms)) s
if (tinytex:::tl_list('framed', 'relocatable') != 0) {
stop('The command `tlmgr info --list --data relocatable` failed. It might be a bug of TeX Live.')
}

if (tinytex::tlmgr_search('/framed.sty') != 0) {
stop('The command `tlmgr search` failed. It might be a bug of TeX Live.')
}

0 comments on commit c367e82

Please sign in to comment.