[git commit master 1/1] [un]expand: fix testsuite

Denys Vlasenko vda.linux at googlemail.com
Tue Jul 6 00:20:00 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 testsuite/expand.tests   |    3 +--
 testsuite/unexpand.tests |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/testsuite/expand.tests b/testsuite/expand.tests
index 2d92344..631ab4d 100755
--- a/testsuite/expand.tests
+++ b/testsuite/expand.tests
@@ -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" \
 	"" \
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests
index 0727884..8dbe3eb 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
-- 
1.7.1



More information about the busybox-cvs mailing list