]> Dogcows Code - chaz/tar/commitdiff
Explicitely give `-f -' to the tar invocation
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:23:47 +0000 (15:23 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:23:47 +0000 (15:23 +0000)
tests/shortrec.at

index 9705341309628d3cb2992df930cc505797555e80..290b40bf06a218a4a865757ec7a349f91fa7c0f5 100644 (file)
@@ -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
This page took 0.026322 seconds and 4 git commands to generate.