]> Dogcows Code - chaz/tar/blobdiff - tests/multiv06.at
Fix incremental archiving of renamed directories.
[chaz/tar] / tests / multiv06.at
index 4df9cd71dbc3de5c64d77b8500290adf731ab14e..966529952ffd5f8fc3d3afed85d04f85cb6f1f3d 100644 (file)
 AT_SETUP([Multivolumes with L=record_size])
 AT_KEYWORDS([multivolume multiv multiv06])
 
-m4_define([echo2],[
-echo $*
-echo >&2 $*
-])
-
 AT_TAR_CHECK([
 exec <&-
-echo2("Creating file")
+decho Creating file
 genfile --length 20139 --file file
-echo2("Creating archive") 
+decho Creating archive
 tar -c -M -L10 -b20 -farc.1 -farc.2 -farc.3 file
-echo2("Testing archive")
+decho Testing archive
 tar -t -M -farc.1 -farc.2 -farc.3],
 [0],
 [Creating file
This page took 0.022666 seconds and 4 git commands to generate.