]> Dogcows Code - chaz/tar/blobdiff - tests/multiv01.sh
Updated
[chaz/tar] / tests / multiv01.sh
index 505127f8a42187d80f457b32462a43e8c9635483..58682cef7f79790fbdd524ecf7d71359ad776897 100755 (executable)
@@ -2,15 +2,15 @@
 # Test multivolume dumps from pipes.
 
 . ./preset
+TAR_ARCHIVE_FORMATS="gnu oldgnu"
 . $srcdir/before
-prereq gnu oldgnu
 
 # Fixme: should be configurable
 #  TRUSS=truss -o /tmp/tr
 #  TRUSS=strace
 set -e
 
-dd if=/dev/zero bs=1024 count=7 2>/dev/null >file1
+genfile --length 7168 > file1
 
 for block in " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" \
               " 9" "10" "11" "12" "13" "14" "15" "16" ; do \
This page took 0.022848 seconds and 4 git commands to generate.