gawk: fix tests

This commit is contained in:
Michal Vasilek 2022-03-29 23:12:55 +02:00 committed by Echo
parent 781bd35b0e
commit 26966e051d

View file

@ -21,6 +21,11 @@ alternatives="
pre_check() {
vsed -i 's/done | more/done/g' test/Makefile
# This fixes tests on glibc, relevant tests on musl are disabled
# because the locale command doesn't exist.
vsed -i 's/en_US.ISO-8859-1//' test/localenl.sh
vsed -i '/^LC_ALL=en_US.ISO-8859-1 passed$/d' test/localenl.ok
case "$XBPS_TARGET_MACHINE" in
*-musl)
vsed -i '/testext/d' test/Makefile