diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 05:53:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 05:53:16 +0200 |
commit | e3d90a90d43b857a5305808560d485b030a15c0a (patch) | |
tree | c731624c6ac8755ae485f600235d4b29ff337582 /testsuite/tar.tests | |
parent | 1602a5cdb9b68aec34389961b1c1d134d8b59d07 (diff) | |
download | busybox-w32-e3d90a90d43b857a5305808560d485b030a15c0a.tar.gz busybox-w32-e3d90a90d43b857a5305808560d485b030a15c0a.tar.bz2 busybox-w32-e3d90a90d43b857a5305808560d485b030a15c0a.zip |
randomconfig testsuite fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index a96382932..ecd212fbf 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -9,6 +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 | testing "tar hardlinks and repeated files" '\ | 13 | testing "tar hardlinks and repeated files" '\ |
13 | rm -rf input_* test.tar 2>/dev/null | 14 | rm -rf input_* test.tar 2>/dev/null |
14 | >input_hard1 | 15 | >input_hard1 |
@@ -39,7 +40,9 @@ drwxr-xr-x input_dir | |||
39 | -rw-r--r-- input_hard2 | 40 | -rw-r--r-- input_hard2 |
40 | " \ | 41 | " \ |
41 | "" "" | 42 | "" "" |
43 | SKIP= | ||
42 | 44 | ||
45 | optional FEATURE_TAR_CREATE | ||
43 | testing "tar hardlinks mode" '\ | 46 | testing "tar hardlinks mode" '\ |
44 | rm -rf input_* test.tar 2>/dev/null | 47 | rm -rf input_* test.tar 2>/dev/null |
45 | >input_hard1 | 48 | >input_hard1 |
@@ -68,7 +71,9 @@ dr-xr-x--- input_dir | |||
68 | -rwxr----x input_hard2 | 71 | -rwxr----x input_hard2 |
69 | " \ | 72 | " \ |
70 | "" "" | 73 | "" "" |
74 | SKIP= | ||
71 | 75 | ||
76 | optional FEATURE_TAR_CREATE | ||
72 | testing "tar symlinks mode" '\ | 77 | testing "tar symlinks mode" '\ |
73 | rm -rf input_* test.tar 2>/dev/null | 78 | rm -rf input_* test.tar 2>/dev/null |
74 | >input_file | 79 | >input_file |
@@ -97,6 +102,7 @@ dr-xr-x--- input_dir | |||
97 | lrwxrwxrwx input_file | 102 | lrwxrwxrwx input_file |
98 | " \ | 103 | " \ |
99 | "" "" | 104 | "" "" |
105 | SKIP= | ||
100 | 106 | ||
101 | optional FEATURE_TAR_LONG_OPTIONS | 107 | optional FEATURE_TAR_LONG_OPTIONS |
102 | testing "tar --overwrite" "\ | 108 | testing "tar --overwrite" "\ |