]> Dogcows Code - chaz/tar/commitdiff
Make AT_SETUP more readable.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 07:05:41 +0000 (07:05 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 25 May 2006 07:05:41 +0000 (07:05 +0000)
tests/append.at
tests/append01.at
tests/extrac01.at
tests/options.at
tests/options02.at
tests/same-order01.at
tests/same-order02.at
tests/volsize.at

index 289d48acde92854c3da22eb377308bcb3019c88f..0ef4d9d23bf2a28fa00d6d47b3512c53653c77cd 100644 (file)
@@ -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
index 04b376cf7b08f837425453c938d9c9f0dcdccc62..f8efb1c72f09f8c1bb9e3612d2538d15c86ebf4d 100644 (file)
@@ -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])
 
index cc76cf242b18af7f4490d321529e610be38cc5c4..f458ba7d6520c638115a908d05c58c60dff15d54 100644 (file)
@@ -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([
index 4902518fc354f03247977602e1172593dfcf6e07..a0b39a525105f91fc997d2a73a45427e3eab8006 100644 (file)
@@ -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([
index 7c68feed98ea7d70c74a8545360efebcceb8086b..05c24ca5696c87d1d5b238d88dd835524763fdf6 100644 (file)
@@ -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([
index e04c812db21d404de94cb85f05e483a288aa2e15..ea159ed32a4fdfff718f89324c238e36d868ceab 100644 (file)
@@ -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([
index 63d24c302d7f18f6f589fe212c463b6e75882516..f01b1423adc0ee6a155f5175fa504b513cc77649 100644 (file)
@@ -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([
index 2ec048da2ab764ee7505991eefd61c924160d37e..d26c1ad25ab658bd10054190372dfcfdf6a2f981 100644 (file)
@@ -24,7 +24,7 @@
 # manually modifying its size field. Test tarball kindly provided by Tomas.
 # Reported by: Thomas <metaf4@users.askja.de>
 # 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])
This page took 0.02478 seconds and 4 git commands to generate.