]> Dogcows Code - chaz/tar/blobdiff - tests/incremen.sh
Require gnu or oldgnu format
[chaz/tar] / tests / incremen.sh
index 40adbf81ccf32e22a03cf10841af3a898a96cdb5..3e6ef617e9a9e7a8a7719d96272ce490bf5e3cb0 100755 (executable)
@@ -2,7 +2,7 @@
 # A directory older than the listed entry was skipped completely.
 
 . ./preset
-. $srcdir/before
+. $srcdir/before gnu oldgnu
 
 set -e
 mkdir structure
@@ -22,12 +22,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.023423 seconds and 4 git commands to generate.