X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv06.at;h=966529952ffd5f8fc3d3afed85d04f85cb6f1f3d;hb=dbbffde5835102b0cb1361c9f8dc716a38060d0d;hp=4df9cd71dbc3de5c64d77b8500290adf731ab14e;hpb=1d79c6734cfbd302e53358760b4c3fe3e7b9be61;p=chaz%2Ftar diff --git a/tests/multiv06.at b/tests/multiv06.at index 4df9cd7..9665299 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