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