]> Dogcows Code - chaz/tar/blobdiff - tests/longv7.sh
Use genfile instead of mksparse
[chaz/tar] / tests / longv7.sh
index 500b95a66bc2fb7479bfc8dadcb9069bc1ba5902..6f0bb686277c384851b69f4b28470846d6615955 100755 (executable)
@@ -1,7 +1,4 @@
 #! /bin/sh
-# Old format (V7) archives should not accept file names longer than
-# 99 characters
-
 # This file is part of GNU tar testsuite.
 # Copyright (C) 2004 Free Software Foundation, Inc.
 #
@@ -20,6 +17,9 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
+# Old format (V7) archives should not accept file names longer than
+# 99 characters
+
 . ./preset
 TAR_ARCHIVE_FORMATS="v7" 
 . $srcdir/before
@@ -35,6 +35,7 @@ tar tf archive
 
 err="\
 tar: $DIR/$FILE: file name is too long (max 99); not dumped
+tar: Error exit delayed from previous errors
 "
 
 out="\
@@ -42,3 +43,5 @@ separator
 $DIR/
 "
 
+. $srcdir/after
+
This page took 0.020407 seconds and 4 git commands to generate.