summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-06-23 15:23:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-06-23 15:23:47 +0000
commite2ecb82711acc1eec075c6d8daeaf09f1d37de2e (patch)
tree10a8facdf472a1c7275945b8fce89b1e3e14ba16 /tests
parent8e2e73173377fe98a816842ad417f6f9cc36c141 (diff)
downloadtar-e2ecb82711acc1eec075c6d8daeaf09f1d37de2e.tar.gz
Explicitely give `-f -' to the tar invocation
Diffstat (limited to 'tests')
-rw-r--r--tests/shortrec.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shortrec.at b/tests/shortrec.at
index 97053413..290b40bf 100644
--- a/tests/shortrec.at
+++ b/tests/shortrec.at
@@ -28,7 +28,7 @@ AT_KEYWORDS([shortrec.at])
AT_TAR_CHECK([
mkdir directory
(cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 directory | tar -t >/dev/null
+tar -c -b 1 directory | tar -t -f - >/dev/null
tar -c -b 1 -f archive directory
tar -t -f archive >/dev/null
tar -t -f - < archive >/dev/null