diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 05:57:47 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 05:57:47 +0100 |
commit | 344a44fbc5a236a06d840e7776ccbcc4702efa7f (patch) | |
tree | 6b9cb58a8c35189ce1fbab08b005f89c882c043d | |
parent | 3d5b60693109dc5bdaa977b9a25d715a24a33133 (diff) | |
download | busybox-w32-344a44fbc5a236a06d840e7776ccbcc4702efa7f.tar.gz busybox-w32-344a44fbc5a236a06d840e7776ccbcc4702efa7f.tar.bz2 busybox-w32-344a44fbc5a236a06d840e7776ccbcc4702efa7f.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | testsuite/ls.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ls.tests b/testsuite/ls.tests index 8d0f2c2ea..60f3eb50f 100755 --- a/testsuite/ls.tests +++ b/testsuite/ls.tests | |||
@@ -13,7 +13,7 @@ mkdir ls.testdir || exit 1 | |||
13 | 13 | ||
14 | # With Unicode provided by libc locale, I'm not sure this test can pass. | 14 | # With Unicode provided by libc locale, I'm not sure this test can pass. |
15 | # I suspect we might fail to skip exactly correct number of bytes | 15 | # I suspect we might fail to skip exactly correct number of bytes |
16 | # over broked unicode sequences. | 16 | # over broken unicode sequences. |
17 | test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ | 17 | test x"$CONFIG_FEATURE_ASSUME_UNICODE" = x"y" \ |
18 | && test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ | 18 | && test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ |
19 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ | 19 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ |