]> Dogcows Code - chaz/tar/blobdiff - tests/multiv03.at
tar: quote 'like this', not `like this'
[chaz/tar] / tests / multiv03.at
index 27d0a28a7f5eb708d23a46c8eda9d4b0c5f6d5c2..eb5843780acd10499af40819e7f4b78289fc43e2 100644 (file)
@@ -25,7 +25,7 @@
 # References: <20040809214854.GB32706@suse.de>
 # http://lists.gnu.org/archive/html/bug-tar/2004-08/msg00012.html
 # <200604270859.47241.Juergen.Vollmer@informatik-vollmer.de>
-# 
+#
 
 AT_SETUP([MV archive & long filenames])
 AT_KEYWORDS([multivolume multiv multiv03])
@@ -36,7 +36,7 @@ BFILE=`awk 'BEGIN { for (i = 0; i < 101; i++) printf "b"; exit; }'`
 
 cat > ../experr <<EOF
 tar: $BFILE: file name too long to be stored in a GNU multivolume header, truncated
-tar: \`$BFILE' is possibly continued on this volume: header contains truncated name
+tar: '$BFILE' is possibly continued on this volume: header contains truncated name
 EOF
 
 cat > ../expout <<EOF
@@ -59,7 +59,7 @@ tar -M -L 10 -c -f arch.1 -f arch.2 $BFILE || exit 1
 
 echo separator-2
 mv $BFILE bfile
-tar -M -x -f arch.1 -f arch.2 || exit 1
+tar -M -x -f arch.1 -f arch.2 --warning=no-timestamp || exit 1
 cmp $BFILE bfile
 ],
 [0],
@@ -68,4 +68,3 @@ cmp $BFILE bfile
 [],[],[gnu, oldgnu])
 
 AT_CLEANUP
-
This page took 0.021035 seconds and 4 git commands to generate.