X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Ftruncate.at;h=65f1e34e60564af65e3abf9a4d30c45a02f7cf3c;hb=3b219f943e6b0b14c8f30176951b9339ae3ebaf4;hp=3d2e6702f20599b1898dd51f81ff794a78fce7ee;hpb=e35d05b1d2ecfb5acea961b60706e25c77c01949;p=chaz%2Ftar diff --git a/tests/truncate.at b/tests/truncate.at index 3d2e670..65f1e34 100644 --- a/tests/truncate.at +++ b/tests/truncate.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 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, @@ -32,7 +32,7 @@ AT_KEYWORDS([truncate filechange]) AT_TAR_CHECK([ genfile --file foo --length 50000k genfile --file baz -genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo +genfile --run --checkpoint 10 --length 49995k --truncate foo -- tar --checkpoint -vcf bar foo baz echo Exit status: $? echo separator sleep 1