From ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Jul 2010 02:20:00 +0200 Subject: [un]expand: fix testsuite Signed-off-by: Denys Vlasenko --- testsuite/unexpand.tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/unexpand.tests') 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" \ 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 -- cgit v1.2.3