]> Dogcows Code - chaz/tar/commitdiff
Uniformly start all test titles with a lower case letter
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 20 Feb 2006 10:00:48 +0000 (10:00 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 20 Feb 2006 10:00:48 +0000 (10:00 +0000)
tests/long01.at
tests/multiv04.at
tests/sparse01.at
tests/sparse02.at
tests/sparse03.at
tests/sparsemv.at
tests/sparsemvp.at

index df0f72c9a3c8c0b081862263c0ac59d0187c531d..cb2a34af3ed61e0eb6587b79889e89dae39b4bec 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
index 50ea290d4e9816c35adfbc2596b916469c95d6a9..83ace1022b03cb419187b4372e4d4e52a0ff5cee 100644 (file)
@@ -33,7 +33,7 @@
 # sufficiently small, in order for the entire archive to fit in two volumes.
 # 3. Test the created multi-volume archive.
 
-AT_SETUP([Split directory members in a MV archive])
+AT_SETUP([split directory members in a MV archive])
 AT_KEYWORDS([multivolume multiv multiv04])
 
 AT_TAR_CHECK([
index 5c8a7c88c5ef3e5118aaf4dce440adc31a069d4a..e4aa0a534a9caf8315d2d2ae0aa33c1be6184e2f 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AT_SETUP([Sparse files])
+AT_SETUP([sparse files])
 AT_KEYWORDS([sparse sparse01])
 
 AT_TAR_CHECK([
index d7bf2a60afdf19ddd5848d673ad5d7f4ad49d488..1427a5469c3a57eef272ac64be61032bea6baadd 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AT_SETUP([Extracting sparse file over a pipe])
+AT_SETUP([extracting sparse file over a pipe])
 AT_KEYWORDS([sparse sparse02])
 
 # Tar 1.14 - 1.15.1 was unable to extract sparse files to a pipe.
index 0ba8dc726fd0677f9b37a3d2edf579244bff276a..eda3748ce7cc66c959b39173aeb8c5e544c9ac26 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AT_SETUP([Storing sparse files > 8G])
+AT_SETUP([storing sparse files > 8G])
 AT_KEYWORDS([sparse sparse03])
 
 # Tar 1.15.1 incorrectly computed sparse member size if the extended
index a17350a60a1504007b5a39624ccd6a47a4a5fbae..1c721cccf8cf989d22991693e2dd78d1148a7f6a 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AT_SETUP([Sparse files in MV archives])
+AT_SETUP([sparse files in MV archives])
 AT_KEYWORDS([sparse multiv sparsemv])
 
 # Check if sparse files are correctly split between GNU multi-volume
index fda58c26977f077de947b482eca9e47c41f640bd..df91b806969cc00be4a068ad772152a7cec1d93d 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AT_SETUP([Sparse files in PAX MV archives])
+AT_SETUP([sparse files in PAX MV archives])
 AT_KEYWORDS([sparse multiv sparsemvp])
 
 # Check if sparse files are correctly split between PAX multi-volume
This page took 0.027223 seconds and 4 git commands to generate.