Browse Source

Make AT_SETUP more readable.

Sergey Poznyakoff 19 years ago
parent
commit
75f37f4cef
8 changed files with 14 additions and 14 deletions
  1. 2 2
      tests/append.at
  2. 3 3
      tests/append01.at
  3. 2 2
      tests/extrac01.at
  4. 2 2
      tests/options.at
  5. 2 2
      tests/options02.at
  6. 1 1
      tests/same-order01.at
  7. 1 1
      tests/same-order02.at
  8. 1 1
      tests/volsize.at

+ 2 - 2
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

+ 3 - 3
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])
 

+ 2 - 2
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([

+ 2 - 2
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([

+ 2 - 2
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: <[email protected]>
 # 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([

+ 1 - 1
tests/same-order01.at

@@ -23,7 +23,7 @@
 # References: <[email protected]>
 # 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([

+ 1 - 1
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([

+ 1 - 1
tests/volsize.at

@@ -24,7 +24,7 @@
 # manually modifying its size field. Test tarball kindly provided by Tomas.
 # Reported by: Thomas <[email protected]>
 # References: <[email protected]>,
-#             <[email protected]
+#             <[email protected]>
 
 AT_SETUP([volume header size])
 AT_KEYWORDS([volume volsize])