diff options
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index ecd212fbf..8599b79fc 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -9,7 +9,7 @@ mkdir tar.tempdir && cd tar.tempdir || exit 1 | |||
9 | 9 | ||
10 | # testing "test name" "script" "expected result" "file input" "stdin" | 10 | # testing "test name" "script" "expected result" "file input" "stdin" |
11 | 11 | ||
12 | optional FEATURE_TAR_CREATE | 12 | optional FEATURE_TAR_CREATE FEATURE_LS_SORTFILES |
13 | testing "tar hardlinks and repeated files" '\ | 13 | testing "tar hardlinks and repeated files" '\ |
14 | rm -rf input_* test.tar 2>/dev/null | 14 | rm -rf input_* test.tar 2>/dev/null |
15 | >input_hard1 | 15 | >input_hard1 |
@@ -42,7 +42,7 @@ drwxr-xr-x input_dir | |||
42 | "" "" | 42 | "" "" |
43 | SKIP= | 43 | SKIP= |
44 | 44 | ||
45 | optional FEATURE_TAR_CREATE | 45 | optional FEATURE_TAR_CREATE FEATURE_LS_SORTFILES |
46 | testing "tar hardlinks mode" '\ | 46 | testing "tar hardlinks mode" '\ |
47 | rm -rf input_* test.tar 2>/dev/null | 47 | rm -rf input_* test.tar 2>/dev/null |
48 | >input_hard1 | 48 | >input_hard1 |
@@ -73,7 +73,7 @@ dr-xr-x--- input_dir | |||
73 | "" "" | 73 | "" "" |
74 | SKIP= | 74 | SKIP= |
75 | 75 | ||
76 | optional FEATURE_TAR_CREATE | 76 | optional FEATURE_TAR_CREATE FEATURE_LS_SORTFILES |
77 | testing "tar symlinks mode" '\ | 77 | testing "tar symlinks mode" '\ |
78 | rm -rf input_* test.tar 2>/dev/null | 78 | rm -rf input_* test.tar 2>/dev/null |
79 | >input_file | 79 | >input_file |