testsuite/tar.tests: fix false positive
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 27 Jun 2018 12:35:56 +0000 (14:35 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 27 Jun 2018 12:35:56 +0000 (14:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/tar.tests

index 38f03cd72613e63ddb512e7dba70e36a150c6e3f..d71a349102dc35f01c053289caaf268e5e5e0790 100755 (executable)
@@ -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