]> Dogcows Code - chaz/tar/blobdiff - tests/incremen.sh
Use prereq() instead of passing arguments to 'before'.
[chaz/tar] / tests / incremen.sh
index 40adbf81ccf32e22a03cf10841af3a898a96cdb5..24868aaea09a499ea83fd0568901f117cf1b0945 100755 (executable)
@@ -3,6 +3,7 @@
 
 . ./preset
 . $srcdir/before
+prereq gnu oldgnu
 
 set -e
 mkdir structure
@@ -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.02399 seconds and 4 git commands to generate.