X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fincr06.at;h=931ec52908f242e04bea9dc794f558de8f62a10e;hp=6fcac3a36245ec2ad947c0d1ce79cdcc5d8dd6bd;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=2b1bffbad66faab91c3b080b63788d910f68632d diff --git a/tests/incr06.at b/tests/incr06.at index 6fcac3a..931ec52 100644 --- a/tests/incr06.at +++ b/tests/incr06.at @@ -1,14 +1,16 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright 2009, 2013-2014 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This file is part of GNU tar. + +# GNU tar 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 3, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. -# This program is distributed in the hope that it will be useful, +# GNU tar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. @@ -28,20 +30,18 @@ genfile --file dir/file1 genfile --file dir/sub/file2 genfile --file dir/sub/a/file3 -dbfile=`pwd`/db - echo Level 0 . sub -tar -c -f archive-0.1.tar -g $dbfile.1 -C dir -v --warning=no-new-dir . sub +tar -c -f archive-0.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub echo Level 0 sub . -tar -c -f archive-0.2.tar -g $dbfile.2 -C dir -v --warning=no-new-dir sub . +tar -c -f archive-0.2.tar -g db.2 -C dir -v --warning=no-new-dir sub . mkdir dir/c genfile --file dir/sub/b/file4 echo Level 1 . sub -tar -c -f archive-1.1.tar -g $dbfile.1 -C dir -v --warning=no-new-dir . sub +tar -c -f archive-1.1.tar -g db.1 -C dir -v --warning=no-new-dir . sub echo Level 1 sub . -tar -c -f archive-1.2.tar -g $dbfile.2 -C dir -v --warning=no-new-dir sub . +tar -c -f archive-1.2.tar -g db.2 -C dir -v --warning=no-new-dir sub . ], [0], [Level 0 . sub @@ -77,5 +77,3 @@ sub/b/file4 ],[],[],[],[gnu, oldgnu, posix]) AT_CLEANUP - -