aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-06-27 14:35:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-06-27 14:35:56 +0200
commit332a191e7fc0fd17a99d168077228fdc15549f2b (patch)
tree0e8565fae749aa047d9960b1315821f6e1d08a96
parent33eae2871072dc078585d7d9b03b1600b5457a5f (diff)
downloadbusybox-w32-332a191e7fc0fd17a99d168077228fdc15549f2b.tar.gz
busybox-w32-332a191e7fc0fd17a99d168077228fdc15549f2b.tar.bz2
busybox-w32-332a191e7fc0fd17a99d168077228fdc15549f2b.zip
testsuite/tar.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xtestsuite/tar.tests2
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=
366cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null 366cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
367 367
368mkdir tar.tempdir && cd tar.tempdir || exit 1 368mkdir tar.tempdir && cd tar.tempdir || exit 1
369optional FEATURE_TAR_CREATE
369testing "Symlinks and hardlinks coexist" '\ 370testing "Symlinks and hardlinks coexist" '\
370mkdir dir 371mkdir dir
371>dir/a 372>dir/a
@@ -379,6 +380,7 @@ dir/b
379dir/c 380dir/c
380" \ 381" \
381"" "" 382"" ""
383SKIP=
382cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null 384cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
383 385
384exit $FAILCOUNT 386exit $FAILCOUNT