From 00893e79fc62966067af1a106567db96bd170338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 3 Mar 2024 19:11:32 +0100 Subject: New upstream version 1.2 --- tests/test-mbrtowc-1.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/test-mbrtowc-1.sh (limited to 'tests/test-mbrtowc-1.sh') diff --git a/tests/test-mbrtowc-1.sh b/tests/test-mbrtowc-1.sh new file mode 100755 index 00000000..f0a1feda --- /dev/null +++ b/tests/test-mbrtowc-1.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Test whether the POSIX locale has encoding errors. +LC_ALL=C \ +${CHECKER} ./test-mbrtowc${EXEEXT} 1 || exit 1 +LC_ALL=POSIX \ +${CHECKER} ./test-mbrtowc${EXEEXT} 1 || exit 1 + +exit 0 -- cgit v1.2.3