X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv03.at;h=84e66d848bfe88d6604be9eac393b1f16e2ee652;hb=d4a41d5311d07a8ead33cb3009e1a694c71e986c;hp=ca6f61605742c39fd6651004e9f1358b90e0ebb4;hpb=42e53a98e14a0e9fbac52cde0a2b836640254d16;p=chaz%2Ftar diff --git a/tests/multiv03.at b/tests/multiv03.at index ca6f616..84e66d8 100644 --- a/tests/multiv03.at +++ b/tests/multiv03.at @@ -15,8 +15,8 @@ # 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., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # Problem: GNU multivolume archives are not able to continue on members # with filenames longer than 100 characters. Versions of tar <= 1.14 @@ -26,7 +26,7 @@ # http://lists.gnu.org/archive/html/bug-tar/2004-08/msg00012.html AT_SETUP([MV archive & long filenames]) -AT_KEYWORDS([multiv03]) +AT_KEYWORDS([multivolume multiv multiv03]) AT_TAR_CHECK([ AFILE=`awk 'BEGIN { for (i = 0; i < 100; i++) printf "a"; exit; }'` @@ -43,6 +43,8 @@ EOF genfile --length 15360 > $AFILE +exec <&- + tar -M -L 10 -c -f arch.1 -f arch.2 $AFILE || exit 1 tar -tM -f arch.1 -f arch.2 || exit 1