diff options
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-x | testsuite/tar.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 890a73dd5..e9021662e 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -266,7 +266,7 @@ SKIP= | |||
266 | # The correct implementation unlinks target before | 266 | # The correct implementation unlinks target before |
267 | # creating the second file. | 267 | # creating the second file. |
268 | # We test that /tmp/passwd remains empty: | 268 | # We test that /tmp/passwd remains empty: |
269 | optional UUDECODE FEATURE_SEAMLESS_BZ2 | 269 | optional UUDECODE FEATURE_TAR_AUTODETECT FEATURE_SEAMLESS_BZ2 |
270 | testing "tar does not extract into symlinks" "\ | 270 | testing "tar does not extract into symlinks" "\ |
271 | >>/tmp/passwd && uudecode -o input && tar xf input 2>&1 && rm passwd; cat /tmp/passwd; echo \$? | 271 | >>/tmp/passwd && uudecode -o input && tar xf input 2>&1 && rm passwd; cat /tmp/passwd; echo \$? |
272 | " "\ | 272 | " "\ |
@@ -282,7 +282,7 @@ l4/V8LDoe90yiWJhOJvIypgEfxdyRThQkBVn/bI= | |||
282 | " | 282 | " |
283 | SKIP= | 283 | SKIP= |
284 | # And same with -k | 284 | # And same with -k |
285 | optional UUDECODE FEATURE_SEAMLESS_BZ2 | 285 | optional UUDECODE FEATURE_TAR_AUTODETECT FEATURE_SEAMLESS_BZ2 |
286 | testing "tar -k does not extract into symlinks" "\ | 286 | testing "tar -k does not extract into symlinks" "\ |
287 | >>/tmp/passwd && uudecode -o input && tar xf input -k 2>&1 && rm passwd; cat /tmp/passwd; echo \$? | 287 | >>/tmp/passwd && uudecode -o input && tar xf input -k 2>&1 && rm passwd; cat /tmp/passwd; echo \$? |
288 | " "\ | 288 | " "\ |