1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
2 # Test suite for GNU tar.
3 # Copyright 2015-2016 Free Software Foundation, Inc.
5 # GNU tar is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # GNU tar is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 AT_SETUP([concatenated incremental archives (deletes)])
19 AT_KEYWORDS([incremental concat cat incr10])
21 # Description: Extraction from concatenated incremental archives
22 # produced spurious error messages when trying to set file ownership
23 # and permissions on deleted directories.
24 # Reported by: Alex Efros <powerman@powerman.name>
25 # References: <20150411224008.GO24600@home.power>
26 # http://lists.gnu.org/archive/html/bug-tar/2015-04/msg00003.html
33 tar -cvf 1.tar -g snap -C in .
36 tar -cvf 2.tar -g snap -C in .
39 tar -A 2.tar -f full.tar -g /dev/null
42 tar -xvf full.tar -g /dev/null -C out
58 tar: .: Directory is new
59 tar: ./dir: Directory is new