X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fshortrec.at;h=9705341309628d3cb2992df930cc505797555e80;hb=7bcb876c5a72f1446659f1fd7508c974b720a027;hp=d3a2252d1815c212019f8bb4f63c414090b6469b;hpb=dfd5ec2519b24219384766b07822e8397b76404c;p=chaz%2Ftar diff --git a/tests/shortrec.at b/tests/shortrec.at index d3a2252..9705341 100644 --- a/tests/shortrec.at +++ b/tests/shortrec.at @@ -31,7 +31,7 @@ mkdir directory tar -c -b 1 directory | tar -t >/dev/null tar -c -b 1 -f archive directory tar -t -f archive >/dev/null -tar -t /dev/null +tar -t -f - < archive >/dev/null rm -r directory ])