]> Dogcows Code - chaz/tar/blobdiff - tests/incremen.sh
Removed
[chaz/tar] / tests / incremen.sh
index 40adbf81ccf32e22a03cf10841af3a898a96cdb5..fea59c83dc7e11b9b6241d214bbe5f0490cff216 100755 (executable)
@@ -2,6 +2,7 @@
 # A directory older than the listed entry was skipped completely.
 
 . ./preset
+TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
 
 set -e
@@ -22,12 +23,12 @@ ls -l structure/file >/dev/null
 # backing it up.
 sleep 1
 
-tar cf archive --format=gnu --listed=list structure
-tar cfv archive --format=gnu --listed=list structure
+tar cf archive --listed=list structure
+tar cfv archive --listed=list structure
 echo -----
 sleep 1
 echo y >structure/file
-tar cfv archive --format=gnu --listed=list structure
+tar cfv archive --listed=list structure
 
 out="\
 structure/
This page took 0.021353 seconds and 4 git commands to generate.