]> git.cworth.org Git - tar/blobdiff - tests/multiv07.at
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / tests / multiv07.at
index ff965d6c1aea1ec59650a7e5aeb8eb7605953f27..9a40f7b3e926badfadee5ec7aeeda34658c5af12 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Description: When creating POSIX multivolume archives, tar may in
-# some cases write an extended header at the end of one volume, and 
+# some cases write an extended header at the end of one volume, and
 # the corresponding ustar header at the beginning of the next volume.
 # Such archives do not fully comply with the POSIX specs, but tar must
 # be able to read them anyway. This is what this script tests.
@@ -31,6 +31,8 @@ AT_XFAIL_IF(test -f $[]XFAILFILE)
 AT_TARBALL_PREREQ([xsplit-1.tar],[0e008c84c517e48fbf23ca6a7033cde6])
 AT_TARBALL_PREREQ([xsplit-2.tar],[03150b9852d285458f43734e9e0b9a45])
 
+exec <&-
+
 cd $TEST_DATA_DIR
 tar -t -M -fxsplit-1.tar -fxsplit-2.tar
 ],