diff options
-rwxr-xr-x | testsuite/expand.tests | 3 | ||||
-rwxr-xr-x | testsuite/unexpand.tests | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/expand.tests b/testsuite/expand.tests index 2d92344d4..631ab4db3 100755 --- a/testsuite/expand.tests +++ b/testsuite/expand.tests | |||
@@ -15,8 +15,7 @@ testing "expand" \ | |||
15 | 15 | ||
16 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ | 16 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ |
17 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ | 17 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ |
18 | && test "$CONFIG_LAST_SUPPORTED_WCHAR" -gt "916" \ | 18 | && testing "expand with unicode characher 0x394" \ |
19 | testing "expand with unicode characher 0x394" \ | ||
20 | "expand" \ | 19 | "expand" \ |
21 | "Δ 12345ΔΔΔ 12345678\n" \ | 20 | "Δ 12345ΔΔΔ 12345678\n" \ |
22 | "" \ | 21 | "" \ |
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 0727884f7..8dbe3eb27 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests | |||
@@ -33,8 +33,7 @@ testing "unexpand case 8" "unexpand" \ | |||
33 | 33 | ||
34 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ | 34 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ |
35 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ | 35 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ |
36 | && test "$CONFIG_LAST_SUPPORTED_WCHAR" -gt "916" \ | 36 | && testing "unexpand with unicode characher 0x394" "unexpand" \ |
37 | testing "unexpand with unicode characher 0x394" "unexpand" \ | ||
38 | "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" | 37 | "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" |
39 | 38 | ||
40 | exit $FAILCOUNT | 39 | exit $FAILCOUNT |