From: Denys Vlasenko Date: Wed, 27 Jun 2018 08:01:49 +0000 (+0200) Subject: testsuite/tar.tests: fix false positive X-Git-Tag: 1_29_0~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5738823dff9f7a6906c59516d60f8a0fc83a3ad9;p=oweals%2Fbusybox.git testsuite/tar.tests: fix false positive Signed-off-by: Denys Vlasenko --- diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 6c479d3fe..38f03cd72 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -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 $?