X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmultiv01.sh;h=6801b911be9d16e39d4a1e37bb0e39aef00165e0;hb=6de64217875d12467ed9c87284e5e20981a4ff0a;hp=1858acb8c55dfc547213c0eaecd4e2f0c869a50c;hpb=b84cc97df79d90046dc97612e4156e2830f94062;p=chaz%2Ftar diff --git a/tests/multiv01.sh b/tests/multiv01.sh index 1858acb..6801b91 100755 --- a/tests/multiv01.sh +++ b/tests/multiv01.sh @@ -19,13 +19,13 @@ for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \ done done >file2 -tar -c --multi-volume --tape-length=10 \ +tar -c --format=gnu --multi-volume --tape-length=10 \ --listed-incremental=t.snar \ -f t1-pipe.tar -f t2-pipe.tar ./file1 ./file2 mkdir extract-dir-pipe dd bs=4096 count=10 if=t2-pipe.tar | -PATH=$PATH ${TRUSS} tar -f t1-pipe.tar -f - \ +PATH=$PATH ${TRUSS} tar --format=gnu -f t1-pipe.tar -f - \ -C extract-dir-pipe -x --multi-volume \ --tape-length=10 --read-full-records