summaryrefslogtreecommitdiff
path: root/tests/shortrec.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-01 00:24:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-01 00:24:19 +0000
commit023c766600a4c2565455e5cfdd5820eb24fa7776 (patch)
tree50e84df8964ad00fc2cb067c3a7ae47f98e7826b /tests/shortrec.at
parentfdb46aa2e24079cbc797f4e5fb608b096fccb935 (diff)
downloadtar-023c766600a4c2565455e5cfdd5820eb24fa7776.tar.gz
Do not assume tar's default archive is stdout
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 290b40bf..98711434 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 -f - >/dev/null
+tar -c -b 1 -f - 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