diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-27 10:01:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-27 10:01:49 +0200 |
commit | 5738823dff9f7a6906c59516d60f8a0fc83a3ad9 (patch) | |
tree | a957039ca43b202e4710199f334a97566c070fb3 | |
parent | 751005020d83e3626604d93c93c0e0ea6e0ef8e5 (diff) | |
download | busybox-w32-5738823dff9f7a6906c59516d60f8a0fc83a3ad9.tar.gz busybox-w32-5738823dff9f7a6906c59516d60f8a0fc83a3ad9.tar.bz2 busybox-w32-5738823dff9f7a6906c59516d60f8a0fc83a3ad9.zip |
testsuite/tar.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | testsuite/tar.tests | 2 |
1 files changed, 1 insertions, 1 deletions
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= | |||
336 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null | 336 | cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null |
337 | 337 | ||
338 | mkdir tar.tempdir && cd tar.tempdir || exit 1 | 338 | mkdir tar.tempdir && cd tar.tempdir || exit 1 |
339 | optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT | 339 | optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS |
340 | testing "Symlink attack: create symlink and then write through it" '\ | 340 | testing "Symlink attack: create symlink and then write through it" '\ |
341 | exec 2>&1 | 341 | exec 2>&1 |
342 | uudecode -o input && tar xvf input; echo $? | 342 | uudecode -o input && tar xvf input; echo $? |