diff options
Diffstat (limited to 'testsuite/ls.tests')
-rwxr-xr-x | testsuite/ls.tests | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/ls.tests b/testsuite/ls.tests index 0680762fc..dc842123d 100755 --- a/testsuite/ls.tests +++ b/testsuite/ls.tests | |||
@@ -3,10 +3,9 @@ | |||
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPL v2, see file LICENSE for details. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | |||
7 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
8 | 7 | ||
9 | rm -rf ls.testdir >/dev/null | 8 | rm -rf ls.testdir 2>/dev/null |
10 | mkdir ls.testdir || exit 1 | 9 | mkdir ls.testdir || exit 1 |
11 | 10 | ||
12 | # testing "test name" "command" "expected result" "file input" "stdin" | 11 | # testing "test name" "command" "expected result" "file input" "stdin" |
@@ -15,9 +14,10 @@ mkdir ls.testdir || exit 1 | |||
15 | # I suspect we might fail to skip exactly correct number of bytes | 14 | # I suspect we might fail to skip exactly correct number of bytes |
16 | # over broked unicode sequences. | 15 | # over broked unicode sequences. |
17 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ | 16 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ |
18 | && test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ | 17 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ |
19 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ | 18 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ |
20 | && test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"767" \ | 19 | && test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"767" \ |
20 | && test x"$CONFIG_FEATURE_LS_SORTFILES" = x"y" \ | ||
21 | && testing "ls unicode test with codepoints limited to 767" \ | 21 | && testing "ls unicode test with codepoints limited to 767" \ |
22 | "(cd ls.testdir && sh ../ls.mk_uni_tests) && ls -1 ls.testdir" \ | 22 | "(cd ls.testdir && sh ../ls.mk_uni_tests) && ls -1 ls.testdir" \ |
23 | '0001_1__Some_correct_UTF-8_text___________________________________________| | 23 | '0001_1__Some_correct_UTF-8_text___________________________________________| |
@@ -134,7 +134,7 @@ test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ | |||
134 | 134 | ||
135 | # Currently fails on "0080_4.2.2__U-000007FF_=_e0_9f_bf" line | 135 | # Currently fails on "0080_4.2.2__U-000007FF_=_e0_9f_bf" line |
136 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ | 136 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ |
137 | && test x"$CONFIG_LOCALE_SUPPORT" != x"y" \ | 137 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ |
138 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ | 138 | && test x"$CONFIG_SUBST_WCHAR" = x"63" \ |
139 | && test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \ | 139 | && test x"$CONFIG_LAST_SUPPORTED_WCHAR" = x"0" \ |
140 | && testing "ls unicode test with unlimited codepoints" \ | 140 | && testing "ls unicode test with unlimited codepoints" \ |