]> Dogcows Code - chaz/tar/blobdiff - tests/multiv06.at
tar: remove trailing white space from source files
[chaz/tar] / tests / multiv06.at
index 4df9cd71dbc3de5c64d77b8500290adf731ab14e..97cefbf4eb1e606a5f898a5b32e9a6cdeedcb0d9 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
@@ -54,4 +49,3 @@ Testing archive
 [gnu, pax])
 
 AT_CLEANUP
-
This page took 0.020613 seconds and 4 git commands to generate.