X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv06.at;h=585249976339413fe9b5e65f3e05639d36e13b74;hb=3de5db2a1511a8fa2b17a933ccee70ae20fd588b;hp=4df9cd71dbc3de5c64d77b8500290adf731ab14e;hpb=3af9cc0f1550e8c882f1a017727d41b54674c2d5;p=chaz%2Ftar diff --git a/tests/multiv06.at b/tests/multiv06.at index 4df9cd7..5852499 100644 --- a/tests/multiv06.at +++ b/tests/multiv06.at @@ -1,22 +1,22 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2008 Free Software Foundation, Inc. +# Copyright 2008, 2013 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This file is part of GNU tar. + +# GNU tar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. -# This program is distributed in the hope that it will be useful, +# GNU tar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . # When volume size equals record size, swapping buffers in # new_volume triggers a call to flush_archive. The size left variables @@ -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 -