testsuite/tar.tests: fix false positive

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-06-27 10:01:49 +02:00
parent 751005020d
commit 5738823dff

View File

@ -336,7 +336,7 @@ SKIP=
cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
mkdir tar.tempdir && cd tar.tempdir || exit 1 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" '\ testing "Symlink attack: create symlink and then write through it" '\
exec 2>&1 exec 2>&1
uudecode -o input && tar xvf input; echo $? uudecode -o input && tar xvf input; echo $?