X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv01.at;h=2b03b324fce526705da09bef06be1d29669cbe4c;hb=280751384120a61d8858bea0217061a98434f073;hp=2b3955884a26ba48d2d7186681a86e0a6a7324c8;hpb=1bcbbcf1ff2c537ffa970dbf82e3843d4ad110e5;p=chaz%2Ftar diff --git a/tests/multiv01.at b/tests/multiv01.at index 2b39558..2b03b32 100644 --- a/tests/multiv01.at +++ b/tests/multiv01.at @@ -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 - -