]> Dogcows Code - chaz/tar/blobdiff - tests/multiv03.at
Close stdin so that if something fails causing tar to ask for the next volume, it...
[chaz/tar] / tests / multiv03.at
index 88f4cbf383e0447d96fc7f65f3f4cc7a15c09eb1..84e66d848bfe88d6604be9eac393b1f16e2ee652 100644 (file)
@@ -43,6 +43,8 @@ EOF
 
 genfile --length 15360 > $AFILE
 
+exec <&-
+
 tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1
 tar -tM -f arch.1 -f arch.2 || exit 1
 
This page took 0.024017 seconds and 4 git commands to generate.