diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 02:20:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 02:20:00 +0200 |
commit | ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e (patch) | |
tree | 1dd66f492effb6d215daab09085d9bcfcd6b58b1 /testsuite/unexpand.tests | |
parent | 9297dbc9d285e823af59c443e0123cb99577569a (diff) | |
download | busybox-w32-ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e.tar.gz busybox-w32-ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e.tar.bz2 busybox-w32-ee1f19b9425a8a0d5b9cc5c037b18278df07ee3e.zip |
[un]expand: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/unexpand.tests')
-rwxr-xr-x | testsuite/unexpand.tests | 3 |
1 files changed, 1 insertions, 2 deletions
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 |