1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
3 # Test suite for GNU tar.
4 # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 # Description: Test basic handling of renamed directory in the incremental
24 AT_SETUP([renamed dirs in incrementals])
25 AT_KEYWORDS([incremental rename rename01])
31 genfile --file foo/file1
32 genfile --file foo/file2
34 genfile --file foo/bar/file
36 echo "Creating base archive"
37 tar -g incr -cf arch.1 -v foo
41 echo "Creating incremental archive"
42 tar -g incr -cf arch.2 -v foo
46 tar xfg arch.1 /dev/null
48 echo "Begin directory listing 1"
50 echo "End directory listing 1"
52 tar xfg arch.2 /dev/null
53 echo Begin directory listing 2
55 echo End directory listing 2
58 [Creating base archive
64 Creating incremental archive
67 Begin directory listing 1
73 End directory listing 1
74 Begin directory listing 2
80 End directory listing 2
82 [tar: foo/bar: Directory is new
83 tar: foo/baz: Directory has been renamed from `foo/bar'
85 [],[],[gnu, oldgnu, posix])