X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Ffilerem02.at;h=b6f9d75666187feed476e92aeca40223f4204d43;hb=HEAD;hp=8d7005a35a1b822bf0fca451719e51f7c29dee53;hpb=3322ff6164a1e9dd3d1622c64a9b9b7c5f303ef6;p=debian%2Ftar diff --git a/tests/filerem02.at b/tests/filerem02.at index 8d7005a3..b6f9d756 100644 --- a/tests/filerem02.at +++ b/tests/filerem02.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, 2016 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. @@ -22,7 +24,7 @@ # in the command line. AT_SETUP([toplevel file removed (ca. 24 seconds)]) -AT_KEYWORDS([create incremental filechange filerem filerem02]) +AT_KEYWORDS([create incremental listed filechange filerem filerem02]) AT_TAR_CHECK([ mkdir dir @@ -39,12 +41,11 @@ genfile --run --checkpoint=3 --exec 'rm -rf dir2' -- \ ], [2], [ignore], -[tar: dir2: Cannot stat: No such file or directory -tar: dir2/file1: File removed before we read it -tar: Exiting with failure status due to previous errors -],[],[],[gnu, posix]) +[ignore],[],[],[gnu, posix]) + +# Ignore stdout and stderr because their contents depend on +# the file system implementation. # Timing information: see filerem01.at AT_CLEANUP -