]> Dogcows Code - chaz/tar/blobdiff - tests/volume.sh
Produce an error, not warning, if the filename is too long.
[chaz/tar] / tests / volume.sh
index 37021e0290b633bf3210304f6f052bf8f20aaf19..4aafc354638bb477d194b0f9e0d70945b0736afb 100755 (executable)
@@ -2,9 +2,10 @@
 # Volume labels are checked on read by fnmatch.
 
 . ./preset
+TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
 
-tar -cf archive -V label -T /dev/null --format=gnu || exit 1
+tar -cf archive -V label -T /dev/null || exit 1
 
 tar xfV archive label || exit 1
 tar xfV archive 'la?el' || exit 1
This page took 0.020671 seconds and 4 git commands to generate.