]> git.cworth.org Git - tar/blobdiff - tests/multiv01.at
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / tests / multiv01.at
index 2b3955884a26ba48d2d7186681a86e0a6a7324c8..2b03b324fce526705da09bef06be1d29669cbe4c 100644 (file)
@@ -51,7 +51,7 @@ tar -c --multi-volume --tape-length=$TAPE_LENGTH \
 mkdir extract-dir-pipe
 dd bs=4096 count=$TAPE_LENGTH if=t2-pipe.tar 2>/dev/null |
 PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \
-      -C extract-dir-pipe -x --multi-volume \
+      -C extract-dir-pipe -x --multi-volume --warning=no-timestamp \
       --tape-length=$TAPE_LENGTH --read-full-records || exit 1
 
 cmp file1 extract-dir-pipe/file1
@@ -61,5 +61,3 @@ cmp file2 extract-dir-pipe/file2
 [],[],[],[],[gnu, oldgnu, pax])
 
 AT_CLEANUP
-
-