X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fmultiv04.at;h=efc16239f6ab71fea5e5f099d73180a593cb59e8;hb=d4a41d5311d07a8ead33cb3009e1a694c71e986c;hp=6cd0d3c6b31d8bc97b0e3ff0c4a6797fa0a7052b;hpb=f3a24a7a51d10c301441690c9302300e5410c260;p=chaz%2Ftar diff --git a/tests/multiv04.at b/tests/multiv04.at index 6cd0d3c..efc1623 100644 --- a/tests/multiv04.at +++ b/tests/multiv04.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,13 +33,15 @@ # sufficiently small, in order for the entire archive to fit in two volumes. # 3. Test the created multi-volume archive. -AT_SETUP([Split directory members in a MV archive]) +AT_SETUP([split directory members in a MV archive]) AT_KEYWORDS([multivolume multiv multiv04]) AT_TAR_CHECK([ mkdir directory -awk 'BEGIN { for (i = 0; i < 1024; i++) printf("genfile -f directory/%014X\n", i); }'