summaryrefslogtreecommitdiff
path: root/system/diffutils/disable-mbrtowc-test.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-10-16 01:23:44 +0000
committerZach van Rijn <me@zv.io>2021-10-16 01:23:44 +0000
commitfeaa7f8f61006ec5effe24bca77077b91fc39f61 (patch)
tree34045163ec2120e097d9339b0bb57d474b84048a /system/diffutils/disable-mbrtowc-test.patch
parentc0f3f757abe6ea39579119b99e9996c4e2bf0e11 (diff)
parent2597289a30a051294fb41a98b4566f138e88f34d (diff)
downloadpackages-feaa7f8f61006ec5effe24bca77077b91fc39f61.tar.gz
packages-feaa7f8f61006ec5effe24bca77077b91fc39f61.tar.bz2
packages-feaa7f8f61006ec5effe24bca77077b91fc39f61.tar.xz
packages-feaa7f8f61006ec5effe24bca77077b91fc39f61.zip
Merge branch 'awilfox/bump/2021-09-system-abipreserve' into 'master'
Update system/ packages where ABI can be preserved See merge request adelie/packages!622
Diffstat (limited to 'system/diffutils/disable-mbrtowc-test.patch')
-rw-r--r--system/diffutils/disable-mbrtowc-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/diffutils/disable-mbrtowc-test.patch b/system/diffutils/disable-mbrtowc-test.patch
index 1461a4093..8e9b94e31 100644
--- a/system/diffutils/disable-mbrtowc-test.patch
+++ b/system/diffutils/disable-mbrtowc-test.patch
@@ -4,7 +4,7 @@
#!/bin/sh
-# Test whether the POSIX locale has encoding errors.
-LC_ALL=C \
--./test-mbrtowc${EXEEXT} 5 || exit
+-${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit
-LC_ALL=POSIX \
--./test-mbrtowc${EXEEXT} 5
+-${CHECKER} ./test-mbrtowc${EXEEXT} 5
+exit 77