X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fincr05.at;h=96853db55aa411b29220105924b5c94738fab39e;hb=3de5db2a1511a8fa2b17a933ccee70ae20fd588b;hp=7b740d0173b0b18f38b8201bb8c715d020f6771c;hpb=2b1bffbad66faab91c3b080b63788d910f68632d;p=chaz%2Ftar diff --git a/tests/incr05.at b/tests/incr05.at index 7b740d0..96853db 100644 --- a/tests/incr05.at +++ b/tests/incr05.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 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. @@ -25,14 +27,12 @@ mkdir dir/sub genfile --file dir/file1 genfile --file dir/sub/file2 -dbfile=`pwd`/db - echo Level 0 -tar -c -f archive.tar -g $dbfile -C dir -v --warning=no-new-dir . +tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir . genfile --file dir/file3 echo Level 1 -tar -c -f archive.tar -g $dbfile -C dir -v --warning=no-new-dir . +tar -c -f archive.tar -g db -C dir -v --warning=no-new-dir . ], [0], [Level 0