diff options
-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 38f03cd72..d71a34910 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -366,6 +366,7 @@ SKIP= | |||
366 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null | 366 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null |
367 | 367 | ||
368 | mkdir tar.tempdir && cd tar.tempdir || exit 1 | 368 | mkdir tar.tempdir && cd tar.tempdir || exit 1 |
369 | optional FEATURE_TAR_CREATE | ||
369 | testing "Symlinks and hardlinks coexist" '\ | 370 | testing "Symlinks and hardlinks coexist" '\ |
370 | mkdir dir | 371 | mkdir dir |
371 | >dir/a | 372 | >dir/a |
@@ -379,6 +380,7 @@ dir/b | |||
379 | dir/c | 380 | dir/c |
380 | " \ | 381 | " \ |
381 | "" "" | 382 | "" "" |
383 | SKIP= | ||
382 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null | 384 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null |
383 | 385 | ||
384 | exit $FAILCOUNT | 386 | exit $FAILCOUNT |