@@ -1,7 +1,4 @@
#! /bin/sh
-
-# Append was just not working.
# This file is part of GNU tar testsuite.
# Copyright (C) 2004 Free Software Foundation, Inc.
#
@@ -20,6 +17,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
+# Problem: Append was just not working.
+
. ./preset
. $srcdir/before
-# Deleting a member after a big one was destroying the archive.
+# Deleting a member after a big one was destroying the archive.
-# Deleting a member with the archive from stdin was not working correctly.
+# Deleting a member with the archive from stdin was not working correctly.
@@ -1,6 +1,4 @@
-# Deleting members with long file names.
# Copyright (C) 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
-# Deleting a large last member was destroying earlier members.
+# Deleting a large last member was destroying earlier members.
-# There was a diagnostic when directory already exists.
+# There was a diagnostic when directory already exists.
-# Could not extract symlinks over an existing file.
+# Could not extract symlinks over an existing file.
-# Paths going up and down were inducing extraction loops.
+# Paths going up and down were inducing extraction loops.
-# Check for fnmatch problems in glibc 2.1.95.
+# Check for fnmatch problems in glibc 2.1.95.
-# tar should detect that its gzip child failed.
+# tar should detect that its gzip child failed.
TAR_ARCHIVE_FORMATS=auto
-# Unreadable directories yielded error despite --ignore-failed-read.
+# Unreadable directories yielded error despite --ignore-failed-read.
-# A directory older than the listed entry was skipped completely.
+# A directory older than the listed entry was skipped completely.
TAR_ARCHIVE_FORMATS="gnu oldgnu"
@@ -17,14 +17,17 @@
-# If a member with link count > 2 was stored in the archive twice,
+# Problem: If a member with link count > 2 was stored in the archive twice,
# previous versions of tar were not able to extract it, since they
# were trying to link the file to itself, which always failed and
# lead to removing the already extracted copy. This script tests
# the workaround by Paul Eggert that leaves the extracted copy
# untouched.
-# The script is based on the report by Toby Peterson <toby@apple.com>
+#
+# Reported by: Toby Peterson <toby@apple.com>
+# References: <2330D503-D20A-11D8-A0CF-00039391EECE@apple.com>
+# http://lists.gnu.org/archive/html/bug-tar/2004-07/msg00009.html
@@ -48,4 +51,4 @@ out="test.txt
. $srcdir/after
-# End of link01.sh
+# End of link01.sh
@@ -1,8 +1,4 @@
-# Check if listed-incremental backups work for individual files.
-# Script proposed by Andreas Schuldei <andreas@schuldei.org>
@@ -21,6 +17,11 @@
+# Check if listed-incremental backups work for individual files.
+# Script proposed by Andreas Schuldei <andreas@schuldei.org>
+# References: <20040215014223.GA9699@lukas.schuldei.com>
+# http://lists.gnu.org/archive/html/bug-tar/2004-02/msg00011.html
-# Old format (V7) archives should not accept file names longer than
-# 99 characters
@@ -20,6 +17,9 @@
+# Old format (V7) archives should not accept file names longer than
+# 99 characters
TAR_ARCHIVE_FORMATS="v7"
-# Test multivolume dumps from pipes.
+# Test multivolume dumps from pipes.
@@ -1,9 +1,4 @@
-# Previous versions of tar were not able to skip a member straddling
-# the multivolume archive boundary. Reported by Mads Martin Joergensen
-# <mmj@suse.de>
@@ -22,6 +17,13 @@
+# Previous versions of tar were not able to skip a member straddling
+# the multivolume archive boundary. Reported by Mads Martin Joergensen
+# <mmj@suse.de>
+# References: <20040402144254.GC4409@suse.de>
+# http://lists.gnu.org/archive/html/bug-tar/2004-04/msg00002.html
@@ -40,4 +42,4 @@ separator
en
"
-. $srcdir/after
+. $srcdir/after
-# An old archive was not receiving directories.
+# An old archive was not receiving directories.
-# Ensure that TAR_OPTIONS works in conjunction with old-style options.
+# Ensure that TAR_OPTIONS works in conjunction with old-style options.
@@ -1,5 +1,4 @@
-# -C dir did not work with --same-order
-# Bug reported by Karl-Michael Schneider <schneide@phil.uni-passau.de>
+# Problem: -C dir did not work with --same-order
+# Reported by: Karl-Michael Schneider <schneide@phil.uni-passau.de>
+# References: <20040507122613.GB12457@pike.phil.uni-passau.de>
+# http://lists.gnu.org/archive/html/bug-tar/2004-05/msg00008.html
-# In previous versions a single -C option did not work with --same-order
-# (see same-order01.sh). However, multiple -C options worked OK.
-# Test if we did not break the correct behavior.
@@ -22,6 +17,10 @@
+# In previous versions a single -C option did not work with --same-order
+# (see same-order01.sh). However, multiple -C options worked OK.
+# Test if we did not break the correct behavior.
-# Check sparse file handling.
+# Check sparse file handling.
TAR_ARCHIVE_FORMATS="gnu oldgnu posix"
-# Check if the proper version is being tested.
+# Check if the proper version is being tested.
if test -n "`$PACKAGE --version | sed -n s/$PACKAGE.*$VERSION/OK/p`"; then
-# Volume labels are checked on read by fnmatch.
+# Volume labels are checked on read by fnmatch.