]> Dogcows Code - chaz/tar/blobdiff - tests/multiv02.at
Fix testsuite and bootstrap. Implement -I.
[chaz/tar] / tests / multiv02.at
index 313b3ad724866a4cad65db3441a427494cfa10df..88eb92a2238e6921a3d614ac7f6c6beadf33323c 100644 (file)
@@ -1,11 +1,11 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2007 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
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 
 # This program is distributed in the hope that it will be useful,
@@ -29,10 +29,10 @@ AT_SETUP([skipping a straddling member])
 AT_KEYWORDS([multivolume multiv multiv02])
 
 AT_TAR_CHECK([
-genfile --length 10240 > en
-genfile --length 20000 > to
-genfile --length 20000 > tre
-genfile --length 10240 > fire
+genfile --length 10240 --file en
+genfile --length 20000 --file to
+genfile --length 20000 --file tre
+genfile --length 10240 --file fire
 
 exec <&-
 
This page took 0.02052 seconds and 4 git commands to generate.