diff options
author | Denys Vlasenko | 2018-06-27 14:35:56 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-06-27 14:35:56 +0200 |
commit | 332a191e7fc0fd17a99d168077228fdc15549f2b (patch) | |
tree | 0e8565fae749aa047d9960b1315821f6e1d08a96 /testsuite | |
parent | 33eae2871072dc078585d7d9b03b1600b5457a5f (diff) | |
download | busybox-332a191e7fc0fd17a99d168077228fdc15549f2b.zip busybox-332a191e7fc0fd17a99d168077228fdc15549f2b.tar.gz |
testsuite/tar.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-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 38f03cd..d71a349 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -366,6 +366,7 @@ SKIP= cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null mkdir tar.tempdir && cd tar.tempdir || exit 1 +optional FEATURE_TAR_CREATE testing "Symlinks and hardlinks coexist" '\ mkdir dir >dir/a @@ -379,6 +380,7 @@ dir/b dir/c " \ "" "" +SKIP= cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null exit $FAILCOUNT |