disable a broken test

This commit is contained in:
Tom Callaway 2023-03-23 17:27:30 -04:00
parent dff2b4ea9b
commit a9d44f24a8
1 changed files with 6 additions and 0 deletions

View File

@ -8277,6 +8277,12 @@ done
%patch -P44 -p1 -b .pdf-header-order-fix
# Disable broken tests
# updmap-cmdline-test.pl is not useful and it will fail because it finds the system perl bits instead of the local copy
sed -i 's|TESTS = tests/updmap-cmdline-test.pl||g' source/texk/texlive/Makefile.in
sed -i 's|TESTS = tests/updmap-cmdline-test.pl||g' source/texk/texlive/Makefile.am
# Value here is "16" not "15" because we have a source0 at index 1.
# Source15 at index 16 is our first "normal" noarch source file.
# Also, this macro has to be here, not at the top, or it will not evaluate properly. :P