X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Ffilerem01.at;h=23c6f8a13eb570bb9f6cb1b8cbabfebbcea39f6c;hp=a0832a58adaaf412e929c807adf700b034f611d2;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=51aee274e892923a3f8fdb774e4f6b90bce47437 diff --git a/tests/filerem01.at b/tests/filerem01.at index a0832a5..23c6f8a 100644 --- a/tests/filerem01.at +++ b/tests/filerem01.at @@ -1,25 +1,40 @@ # 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. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . + +# Description: when a file in a deep directory disappeared during creation +# of incremental dump, tar v. <1.23 would exit with TAREXIT_FAILURE (2). +# However, such events are quite common and don't necessarily constitute +# an error. Exiting with code 2 in such cases makes it impossible to +# distinguish serious errors from benign ones. +# +# Starting from tar 1.22.90, tar exits with TAREXIT_DIFFERS (1) +# instead. +# +# Reported by: Solar Designer +# +# References: <20090228235820.GA13362@openwall.com> +# http://lists.gnu.org/archive/html/bug-tar/2009-03/msg00000.html +# AT_SETUP([file removed as we read it (ca. 22 seconds)]) -AT_KEYWORDS([create incremental filechange filerem filerem01]) +AT_KEYWORDS([create incremental listed filechange filerem filerem01]) AT_TAR_CHECK([ mkdir dir @@ -32,7 +47,7 @@ genfile --run --checkpoint=3 --unlink dir/file1 -- \ --checkpoint-action='echo' -c -f archive.tar \ --listed-incremental db -v dir >/dev/null ], -[0], +[1], [ignore], [tar: dir: Directory is new tar: dir/sub: Directory is new @@ -85,4 +100,3 @@ tar: dir/file1: File removed before we read it AT_CLEANUP -