[un]expand: fix testsuite
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Jul 2010 00:20:00 +0000 (02:20 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Jul 2010 00:20:00 +0000 (02:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/expand.tests
testsuite/unexpand.tests

index 2d92344d4b230c69a4b02819cc73d249524e4fe7..631ab4db3894087341573bad1cff3e03ae742026 100755 (executable)
@@ -15,8 +15,7 @@ testing "expand" \
 
 test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
 && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \
-&& test "$CONFIG_LAST_SUPPORTED_WCHAR" -gt "916" \
-testing "expand with unicode characher 0x394" \
+&& testing "expand with unicode characher 0x394" \
        "expand" \
        "Δ       12345ΔΔΔ        12345678\n" \
        "" \
index 0727884f7f93ae91d5e2d8b731d48418e7c49e0e..8dbe3eb27dfd1d488026e15674c9c3729706133b 100755 (executable)
@@ -33,8 +33,7 @@ testing "unexpand case 8" "unexpand" \
 
 test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
 && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \
-&& test "$CONFIG_LAST_SUPPORTED_WCHAR" -gt "916" \
-testing "unexpand with unicode characher 0x394" "unexpand" \
+&& testing "unexpand with unicode characher 0x394" "unexpand" \
        "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5   99999\n"
 
 exit $FAILCOUNT