diff options
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 6c136a615..71095cb20 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -31,6 +31,7 @@ Ok | |||
31 | " \ | 31 | " \ |
32 | "" "" | 32 | "" "" |
33 | 33 | ||
34 | optional FEATURE_TAR_LONG_OPTIONS | ||
34 | testing "tar --overwrite" "\ | 35 | testing "tar --overwrite" "\ |
35 | rm -rf input_* test.tar 2>/dev/null | 36 | rm -rf input_* test.tar 2>/dev/null |
36 | ln input input_hard | 37 | ln input input_hard |
@@ -43,6 +44,7 @@ tar xf test.tar --overwrite 2>&1 && cat input | |||
43 | Ok | 44 | Ok |
44 | " \ | 45 | " \ |
45 | "Ok\n" "" | 46 | "Ok\n" "" |
47 | SKIP= | ||
46 | 48 | ||
47 | cd .. && rm -rf tempdir || exit 1 | 49 | cd .. && rm -rf tempdir || exit 1 |
48 | 50 | ||