]> 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 ee761271751840842e130bdb2da1d12e26930db6..84e66d848bfe88d6604be9eac393b1f16e2ee652 100644 (file)
@@ -26,7 +26,7 @@
 # http://lists.gnu.org/archive/html/bug-tar/2004-08/msg00012.html
 
 AT_SETUP([MV archive & long filenames])
-AT_KEYWORDS([multiv03])
+AT_KEYWORDS([multivolume multiv multiv03])
 
 AT_TAR_CHECK([
 AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'`
@@ -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.020708 seconds and 4 git commands to generate.