]> Dogcows Code - chaz/tar/blobdiff - tests/multiv02.at
Close stdin so that if something fails causing tar to ask for the next volume, it...
[chaz/tar] / tests / multiv02.at
index ab629bd186f777ec42fda4e7dc18b985b2e2e70c..313b3ad724866a4cad65db3441a427494cfa10df 100644 (file)
@@ -34,6 +34,8 @@ genfile --length 20000 > to
 genfile --length 20000 > tre
 genfile --length 10240 > fire
 
+exec <&-
+
 tar -c -f A.tar -f B.tar -f C.tar -M -L 30 en to tre fire || exit 1
 echo separator
 tar -v -x -f A.tar -f B.tar -f C.tar -M en || exit 1
This page took 0.019516 seconds and 4 git commands to generate.