summaryrefslogtreecommitdiff
path: root/system/coreutils/disable-mbrtowc-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 04:47:56 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 04:47:56 +0000
commit39d0849486f732bab35f91548301ce3cc199dc76 (patch)
tree64343a465a552c90ea355fb9a0b244e85820c34b /system/coreutils/disable-mbrtowc-test.patch
parentabec66e9f952d9485d6368bfb46f518cfc4f2431 (diff)
downloadpackages-39d0849486f732bab35f91548301ce3cc199dc76.tar.gz
packages-39d0849486f732bab35f91548301ce3cc199dc76.tar.bz2
packages-39d0849486f732bab35f91548301ce3cc199dc76.tar.xz
packages-39d0849486f732bab35f91548301ce3cc199dc76.zip
system/coreutils: Update to 8.32
Diffstat (limited to 'system/coreutils/disable-mbrtowc-test.patch')
-rw-r--r--system/coreutils/disable-mbrtowc-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/coreutils/disable-mbrtowc-test.patch b/system/coreutils/disable-mbrtowc-test.patch
index d338e0324..fb595df0e 100644
--- a/system/coreutils/disable-mbrtowc-test.patch
+++ b/system/coreutils/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