X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fexclude05.at;h=30e922e775de702b011e6c6a63c1c04c9c9fc78d;hb=9a3e8a6f4374901c386821a0e08184f369141df4;hp=d7ad8f3f8e09f521afde4a57bc4c1ac963102e9f;hpb=a0fd0d95e297175c37fbad99016825680552bfda;p=chaz%2Ftar diff --git a/tests/exclude05.at b/tests/exclude05.at index d7ad8f3..30e922e 100644 --- a/tests/exclude05.at +++ b/tests/exclude05.at @@ -1,5 +1,5 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 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 @@ -24,9 +24,13 @@ AT_SORT_PREREQ rm -rf testdir exclfile mkdir -p testdir -`awk 'BEGIN {for (i=9; i < 100; ++i ) { print > "testdir/file" i; }}'` +awk 'BEGIN {for (i=9; i < 100; ++i ) { print "testdir/file" i; }}' < /dev/null | \ + while read name + do + genfile --file $name + done -`awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i > "exclfile"; }}'` +awk 'BEGIN {for (i=1000000; i >= 12; --i ) { print "testdir/file" i }}' < /dev/null > exclfile tar cf archive --anchored --exclude-from=exclfile \ testdir