bc: upstream fixes
[oweals/busybox.git] / testsuite / tar.tests
index 6c479d3fe34b61e53f9f0bc671eed95100f584f7..d71a349102dc35f01c053289caaf268e5e5e0790 100755 (executable)
@@ -336,7 +336,7 @@ SKIP=
 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
 
 mkdir tar.tempdir && cd tar.tempdir || exit 1
-optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT
+optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS
 testing "Symlink attack: create symlink and then write through it" '\
 exec 2>&1
 uudecode -o input && tar xvf input; echo $?
@@ -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