diff options
Diffstat (limited to 'tests/test-mbrtowc5.sh')
-rwxr-xr-x | tests/test-mbrtowc5.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test-mbrtowc5.sh b/tests/test-mbrtowc5.sh deleted file mode 100755 index 490496de..00000000 --- a/tests/test-mbrtowc5.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Test whether the POSIX locale has encoding errors. -LC_ALL=C \ -${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit -LC_ALL=POSIX \ -${CHECKER} ./test-mbrtowc${EXEEXT} 5 |