]> Dogcows Code - chaz/tar/blobdiff - tests/volume.sh
Raised version number to 1.13.94
[chaz/tar] / tests / volume.sh
index b8dad196dd58eb0e7044639590b06db8a2b5a99e..4aafc354638bb477d194b0f9e0d70945b0736afb 100755 (executable)
@@ -2,9 +2,10 @@
 # Volume labels are checked on read by fnmatch.
 
 . ./preset
+TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
 
-tar cfVT archive label /dev/null || 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.024879 seconds and 4 git commands to generate.