X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv06.at;h=97cefbf4eb1e606a5f898a5b32e9a6cdeedcb0d9;hb=03858cf583ce299b836d8a848967ce290a6bf303;hp=4df9cd71dbc3de5c64d77b8500290adf731ab14e;hpb=3af9cc0f1550e8c882f1a017727d41b54674c2d5;p=chaz%2Ftar diff --git a/tests/multiv06.at b/tests/multiv06.at index 4df9cd7..97cefbf 100644 --- a/tests/multiv06.at +++ b/tests/multiv06.at @@ -27,18 +27,13 @@ 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 -