summaryrefslogtreecommitdiff
path: root/tests/shortrec.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-04 09:57:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-04 09:57:44 +0000
commit7bcb876c5a72f1446659f1fd7508c974b720a027 (patch)
tree4fba2aa5a0c06ad359b5c1c3d8a402ab38e31161 /tests/shortrec.at
parentdfd5ec2519b24219384766b07822e8397b76404c (diff)
downloadtar-7bcb876c5a72f1446659f1fd7508c974b720a027.tar.gz
Use -f - to read from stdin.
Diffstat (limited to 'tests/shortrec.at')
-rw-r--r--tests/shortrec.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shortrec.at b/tests/shortrec.at
index d3a2252d..97053413 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 <archive >/dev/null
+tar -t -f - < archive >/dev/null
rm -r directory
])