From: Sergey Poznyakoff Date: Sat, 4 Mar 2006 09:57:44 +0000 (+0000) Subject: Use -f - to read from stdin. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7bcb876c5a72f1446659f1fd7508c974b720a027;p=chaz%2Ftar Use -f - to read from stdin. --- 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 ])