diff --git a/tools/test-packages.R b/tools/test-packages.R index 556539970..f5a17d19c 100644 --- a/tools/test-packages.R +++ b/tools/test-packages.R @@ -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.') +}