]> Dogcows Code - chaz/tar/blobdiff - tests/shortrec.at
Use -f - to read from stdin.
[chaz/tar] / tests / shortrec.at
index d3a2252d1815c212019f8bb4f63c414090b6469b..9705341309628d3cb2992df930cc505797555e80 100644 (file)
@@ -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 <archive >/dev/null
+tar -t -f - < archive >/dev/null
 
 rm -r directory
 ])
This page took 0.01949 seconds and 4 git commands to generate.