From: Sergey Poznyakoff Date: Thu, 25 May 2006 07:05:41 +0000 (+0000) Subject: Make AT_SETUP more readable. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=75f37f4cefe260f2e9ba82a485183e3fb40552e1 Make AT_SETUP more readable. --- diff --git a/tests/append.at b/tests/append.at index 289d48a..0ef4d9d 100644 --- a/tests/append.at +++ b/tests/append.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # 02110-1301, USA. AT_SETUP([append]) -AT_KEYWORDS([append]) +AT_KEYWORDS([append append00]) AT_TAR_CHECK([touch file1 touch file2 diff --git a/tests/append01.at b/tests/append01.at index 04b376c..f8efb1c 100644 --- a/tests/append01.at +++ b/tests/append01.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2005 Free Software Foundation, Inc. +# Copyright (C) 2005, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,8 +26,8 @@ # <7231C15EAC2F164CA6DC326D97493C8B36C25D@exchange35.fed.cclrc.ac.uk> # http://lists.gnu.org/archive/html/bug-tar/2005-02/msg00032.html -AT_SETUP([append01]) -AT_KEYWORDS([appending files with long names]) +AT_SETUP([appending files with long names]) +AT_KEYWORDS([append append01]) m4_define([PREFIX],[This_is_a_very_long_file_name_prefix_that_is_designed_to_cause_problems_with_appending_long_file_names_that_run_into_a_limit_of_the_ustar_tarX]) diff --git a/tests/extrac01.at b/tests/extrac01.at index cc76cf2..f458ba7 100644 --- a/tests/extrac01.at +++ b/tests/extrac01.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ # There was a diagnostic when directory already exists. -AT_SETUP([extract01]) +AT_SETUP([extract over an existing directory]) AT_KEYWORDS([extract extract01]) AT_TAR_CHECK([ diff --git a/tests/options.at b/tests/options.at index 4902518..a0b39a5 100644 --- a/tests/options.at +++ b/tests/options.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ # Ensure that TAR_OPTIONS works in conjunction with old-style options. unset TAR_OPTIONS -AT_SETUP([options]) +AT_SETUP([mixing options]) AT_KEYWORDS([options options00]) AT_CHECK([ diff --git a/tests/options02.at b/tests/options02.at index 7c68fee..05c24ca 100644 --- a/tests/options02.at +++ b/tests/options02.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ # References: <200501051042.46223.vapier@gentoo.org> # http://lists.gnu.org/archive/html/bug-tar/2005-01/msg00011.html -AT_SETUP([options02]) +AT_SETUP([interspersed options]) AT_KEYWORDS([options options02]) AT_CHECK([ diff --git a/tests/same-order01.at b/tests/same-order01.at index e04c812..ea159ed 100644 --- a/tests/same-order01.at +++ b/tests/same-order01.at @@ -23,7 +23,7 @@ # References: <20040507122613.GB12457@pike.phil.uni-passau.de> # http://lists.gnu.org/archive/html/bug-tar/2004-05/msg00008.html -AT_SETUP([same-order01]) +AT_SETUP([working -C with --same-order]) AT_KEYWORDS([same-order same-order01]) AT_TAR_CHECK([ diff --git a/tests/same-order02.at b/tests/same-order02.at index 63d24c3..f01b142 100644 --- a/tests/same-order02.at +++ b/tests/same-order02.at @@ -22,7 +22,7 @@ # (see same-order01.sh). However, multiple -C options worked OK. # Test if we did not break the correct behavior. -AT_SETUP([same-order02]) +AT_SETUP([multiple -C options]) AT_KEYWORDS([same-order same-order02]) AT_TAR_CHECK([ diff --git a/tests/volsize.at b/tests/volsize.at index 2ec048d..d26c1ad 100644 --- a/tests/volsize.at +++ b/tests/volsize.at @@ -24,7 +24,7 @@ # manually modifying its size field. Test tarball kindly provided by Tomas. # Reported by: Thomas # References: <4462E13A.3080008@users.askja.de>, -# <44639C4C.5050401@users.askja.de +# <44639C4C.5050401@users.askja.de> AT_SETUP([volume header size]) AT_KEYWORDS([volume volsize])