]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Omit trailing white space and empty lines
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2025 01:13:35 +0000 (17:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Nov 2025 23:10:48 +0000 (15:10 -0800)
55 files changed:
ChangeLog.amend
doc/README.manual
doc/recipes.texi
doc/snapshot.texi
doc/tar-snapshot-edit.texi
scripts/backup.in
scripts/tar-snapshot-edit
tests/T-dir00.at
tests/T-dir01.at
tests/T-mult.at
tests/T-zfile.at
tests/append05.at
tests/atlocal.in
tests/checkpoint/dot-int.at
tests/checkpoint/dot.at
tests/comperr.at
tests/difflink.at
tests/dirrem01.at
tests/dirrem02.at
tests/exclude08.at
tests/exclude09.at
tests/exclude10.at
tests/exclude11.at
tests/exclude12.at
tests/exclude13.at
tests/exclude14.at
tests/exclude15.at
tests/exclude16.at
tests/exclude19.at
tests/exclude20.at
tests/extrac11.at
tests/extrac18.at
tests/extrac19.at
tests/extrac20.at
tests/extrac21.at
tests/extrac27.at
tests/extrac28.at
tests/incr10.at
tests/map.at
tests/multiv10.at
tests/opcomp01.at
tests/opcomp02.at
tests/opcomp03.at
tests/opcomp04.at
tests/opcomp05.at
tests/opcomp06.at
tests/positional01.at
tests/positional03.at
tests/remfiles05a.at
tests/sptrcreat.at
tests/sptrdiff00.at
tests/sptrdiff01.at
tests/update04.at
tests/xform01.at
tests/xform03.at

index b3c84d96dada7238f19dc2a3dc46fd6434d209ba..519826154236daf96644688a2c080c4ceba19927 100644 (file)
@@ -56,15 +56,3 @@ s/inadvertantly/inadvertently/
 
 4dfcd6c054a5e9e1a371c822a3be90564dd9b690
 s/succesfully/successfully/
-
-
-
-
-
-
-
-
-
-
-
-
index b75e91347ca1035664ffdf99d3d77f8434abaa0c..319a185bc3ab4945d1e541051cca23d7bc09f342 100644 (file)
@@ -18,7 +18,7 @@ documentation files in various formats.  If the doc/manual directory
 already exists, it will be removed prior to rebuilding.
 
 The command produces very copious output.  We advise you to examine it
-closely to make sure no error messages slip your attention. 
+closely to make sure no error messages slip your attention.
 
 For the completeness sake, there are two more Makefile goals related
 to the online manual:
@@ -55,7 +55,7 @@ before publishing:
 To publish the created manual, change to the tar top-level directory
 and run:
 
-  rsync -avz --exclude CVS --delete manual ~/websrc/tar 
+  rsync -avz --exclude CVS --delete manual ~/websrc/tar
 
 This will synchronize the newly created manual pages with the content
 of the CVS sandbox.  Then, change to the ~/websrc/tar directory and
@@ -67,7 +67,7 @@ to the repository:
 
 Then commit your changes:
 
-  cvs commit 
+  cvs commit
 
 Once the changes are committed to CVS a job is scheduled on the server,
 which synchronizes them with the content of the directory served by
index a9ea10a53192dee0fa8a48316c0e6dd08ae18d32..381967676c0b63908e7afe8770a4684639f51459 100644 (file)
@@ -127,7 +127,7 @@ foo/bar/file
 @end example
 
 Supposing its name is @file{file.list} and the script is named
-@file{restore.sh}, you can invoke it as follows: 
+@file{restore.sh}, you can invoke it as follows:
 
 @example
 # @kbd{sh restore.sh A.tar file.list}
index 525083c7f7644d8bb32eb086cd3d56b317092da2..a18e947f868a39a468c7bfefe57ec83784d7f6e4 100644 (file)
@@ -11,7 +11,7 @@ used to determine which files were modified since the last backup.
 
   @GNUTAR{} version @value{VERSION} supports three snapshot file
 formats.  The first format, called @dfn{format 0}, is the one used by
-@GNUTAR{} versions up to and including 1.15.1. The second format, called 
+@GNUTAR{} versions up to and including 1.15.1. The second format, called
 @dfn{format 1} is an extended version of this format, that contains more
 metadata and allows for further extensions. It was used by alpha release
 version 1.15.90. For alpha version 1.15.91 and stable releases
@@ -42,7 +42,7 @@ where:
 @table @var
 @item nfs
 A single plus character (@samp{+}), if this directory is located on
-an @acronym{NFS}-mounted partition, otherwise empty.  
+an @acronym{NFS}-mounted partition, otherwise empty.
 
 (That is, for non-NFS directories, the first character on the
 description line contains the start of the @var{dev} field.)
index d829508775320882f6a818e7693417b313a231e7..1210ecb0255f289458cd7f01ecd756c4bd43a0dd 100644 (file)
@@ -10,7 +10,7 @@
 kernel version, reconfiguring your hardware, loading kernel modules in a
 different order, using virtual volumes that are assembled dynamically
 (such as with @acronym{LVM} or @acronym{RAID}), hot-plugging drives
-(e.g. external USB or Firewire drives), etc.  In the majority of 
+(e.g. external USB or Firewire drives), etc.  In the majority of
 cases this change is unnoticed by the users.  However, it influences
 @command{tar} incremental backups: the device number is stored in tar
 snapshot files (@pxref{Snapshot Files}) and is used to determine whether
@@ -35,7 +35,7 @@ $ @kbd{tar-snapshot-edit @var{snapfile}}
 
 @noindent
 where @var{snapfile} is the name of the snapshot file (you can supply as many
-files as you wish in a single command line).  You can then compare the 
+files as you wish in a single command line).  You can then compare the
 numbers across snapshot files, or against those currently in use on the
 live filesystem (using @command{ls -l} or @command{stat}).
 
@@ -44,7 +44,7 @@ to simply tell @GNUTAR{} to ignore the device number when processing the
 incremental snapshot files for these backups, using the
 @option{--no-check-device} option (@pxref{device numbers}).
 
-  Alternatively, you can use the @command{tar-edit-snapshot} script's 
+  Alternatively, you can use the @command{tar-edit-snapshot} script's
 @option{-r} option to update all occurrences of the given device
 number in the snapshot file(s).  It takes a single argument
 of the form
index 027e82dde0a0bf4c524e11e87f498f30b5daa9d8..5503b5be8d8b1faa7e804a510f1696e8c055c611 100644 (file)
@@ -158,7 +158,7 @@ message 20 "BACKUP_FILES=$BACKUP_FILES"
  if ! $MT_BEGIN "${TAPE_FILE}"; then
     echo >&2 "$0: tape initialization failed"
     exit 1
- fi 
+ fi
  rm -f "${VOLNO_FILE}"
 
  message 1 "processing backup directories"
index 533e84b0329faba87cec33a6798519e7a9a4d4bb..c20ccaebb8fc9ed448b740f35fc2d4d24ef7359d 100755 (executable)
@@ -55,7 +55,7 @@
 #   * when printing the list of device ids found in the snapshot file
 #     (when run in the default mode), print the raw device id values
 #     instead of the hex-string version in those cases where they
-#     can't be converted successfully.  
+#     can't be converted successfully.
 
 use Getopt::Std;
 use Config;
@@ -236,13 +236,13 @@ sub show_device_counts ($) {
          # negative.  (If it's negative, the conversion to an unsigned
          # integer for the "%x" specifier will mean the result will
          # always trigger hex()'s warning on a 64-bit machine.)
-         # 
+         #
          # These situations don't seem to occur very often, so for now
          # when they do occur, we simply print the original text value
          # that was read from the snapshot file; it will look a bit
          # funny next to the values that do print in hex, but that's
          # preferable to printing values that aren't actually correct.
-         $devstr = $dev; 
+         $devstr = $dev;
        }
        printf "  Device %s occurs $devices{$dev} times.\n", $devstr;
     }
@@ -263,7 +263,7 @@ sub show_device_counts ($) {
 # array defined below should match those calculations.  (For tar v1.27
 # and later, the valid ranges for a particular tar binary can easily
 # be determined using the "tar --show-snapshot-field-ranges" command.)
+
 sub choose_architecture ($) {
     my $opt_a = shift;
 
@@ -307,7 +307,7 @@ sub choose_architecture ($) {
        print "Unrecognized architecture \"$arch\"; defaulting to \"iX86-linux\".\n";
        print "(Use -a option to override.)\n" unless $opt_a;
        print "\n";
-    } 
+    }
 
     if ( ref(1) ne "" ) {
        print "(\"bignum\" mode is in effect; skipping 64-bit-integer check.)\n\n"
@@ -317,10 +317,10 @@ sub choose_architecture ($) {
        for $v (values %snapshot_field_ranges ) {
          $maxmax = $v->[1] if ($v->[1] > $maxmax);
        }
-       
+
        # "~0" translates into a platform-native integer with all bits turned
        # on -- that is, the largest value that can be represented as
-       # an integer.  We print a warning if our $maxmax value is greater 
+       # an integer.  We print a warning if our $maxmax value is greater
        # than that largest integer, since in that case Perl will switch
        # to using floats for those large max values.  The wording of
        # the message assumes that the only way this situation can exist
@@ -342,11 +342,11 @@ Note: this version of Perl uses 32-bit integers, which means that it
 EOF
        }
     }
-    
+
 
 }
 
-# returns a warning message if $field_value isn't a valid string 
+# returns a warning message if $field_value isn't a valid string
 # representation of an integer, or if the resulting integer is out of range
 # defined by the two-element array retrieved using up the $field_name key in
 # the global %snapshot_field_ranges hash.
@@ -382,8 +382,8 @@ sub validate_integer_field ($$) {
 # other two were introduced in v1.27.)
 #
 # The checks here are intended to match those found in the incremen.c
-# source file.  See the choose_architecture() function (above) for more 
-# information on how to configure the range of values considered valid 
+# source file.  See the choose_architecture() function (above) for more
+# information on how to configure the range of values considered valid
 # by this script.
 #
 # (Note: the checks here are taken from the code that processes
@@ -602,16 +602,16 @@ Usage:
      that would cause \"tar\" to abort with an error message such as
        Unexpected field value in snapshot file
        Numerical result out of range
-     or 
+     or
        Invalid argument
      as it processed the snapshot file.)
 
-     Normally the program automatically chooses the valid ranges for 
-     the fields based on the current system's architecture, but the 
-     -a option can be used to override the selection, e.g. in order 
+     Normally the program automatically chooses the valid ranges for
+     the fields based on the current system's architecture, but the
+     -a option can be used to override the selection, e.g. in order
      to validate a snapshot file generated on a some other system.
      (Currently only three architectures are supported, "iX86-linux",
-     "x86_64-linux", and "IA64.ARCHREV_0" [HP/UX running on Itanium/ia64], 
+     "x86_64-linux", and "IA64.ARCHREV_0" [HP/UX running on Itanium/ia64],
      and if the current system isn't recognized, then the iX86-linux
      values are used by default.)
 
index 49a94a07c272d4de3d37b2603243883603129614..ee9b179ebbd32ca2338ec01c1e1558e5be46cb26 100644 (file)
@@ -43,4 +43,3 @@ dir/file1
 dir/file2
 ])
 AT_CLEANUP
-
index 008af7d3c86a95ee103bf2ca8de90c122dbc0fae..634bf7a15269e94c4c4bc103709e561f56200b8b 100644 (file)
@@ -43,4 +43,3 @@ dir/file1
 dir/file2
 ])
 AT_CLEANUP
-
index a9de38c7176e6c65fb41acebc3107094a1871844..dfb0955442f96214f00486f8bea964369ff6a1f9 100644 (file)
@@ -43,4 +43,3 @@ file4
 ],[],[],[],[ustar])
 
 AT_CLEANUP
-
index 77b18d9df7076883d42ed47bc48586898f8d88b4..f1c2528f827987fc911db160467568d2d34d226b 100644 (file)
@@ -37,7 +37,7 @@ b
 tar cf archive -T empty -T valid
 tar tf archive
 echo "=="
-tar cf archive -T valid -T empty 
+tar cf archive -T valid -T empty
 tar tf archive
 ],
 [0],
index f8d2262e328c9c76401d694e014e9802f284e245..63d1edca3723d470989b86db1dcd7dbeebca949d 100644 (file)
@@ -92,5 +92,3 @@ resulting archive
 ])
 
 AT_CLEANUP
-
-
index ca5db7540d413280a94daae4b7c9031f4caf593b..2db9f1e84a14b52016feb813a92b34a8a2e22980 100644 (file)
@@ -61,4 +61,3 @@ mkexcltest() {
   genfile --file=$1/subdir/excludeme
   genfile --file=$1/subdir/subdir-file
 }
-  
index 5b346b660fd8e4147ec28084cec069d1ac3e905d..ee13240bdfbd7815cf6af01f2b7db8f24a853d2b 100644 (file)
@@ -21,4 +21,3 @@ tar --checkpoint-action=dot --checkpoint=2 -c -f ../a.tar .
 [],
 [.....])
 AT_CLEANUP
-
index 6cfffd00064ac33929798c8e261ed46b40b4847f..81cc3bd0e7542d45a7d5991096449b8957d97d08 100644 (file)
@@ -21,4 +21,3 @@ tar --checkpoint-action=dot -c -f ../a.tar .
 [],
 [.])
 AT_CLEANUP
-
index 690d02c37091e5505552a419e63fba36017115ff..63b32baff9a8908464077e69a15a42d2cdb1d541 100644 (file)
@@ -36,4 +36,3 @@ exit $rc
 ])
 
 AT_CLEANUP
-
index 2d41a7b09bd13c18559fa2f08e2d0166411534a2..7a9805f977745defd5b5c1b57b9f713a9df7023c 100644 (file)
@@ -32,4 +32,3 @@ tar df a.tar
 [],
 [],[],[ustar]) # Testing one format is enough
 AT_CLEANUP
-
index 69ab9237089898d12e29e8d31224cb6cb2b8bb04..531b0dfa92d53602ccbf830db8e8ca14d3eaf52d 100644 (file)
@@ -64,4 +64,3 @@ tar: dir/sub: File removed before we read it
 ],[],[],[gnu,posix])
 
 AT_CLEANUP
-
index 0a4565e32b3bde5a4715a492f16a88b34ad18fb5..891b0fe81b4e341f861a094e93c2ab0832954f51 100644 (file)
@@ -58,4 +58,3 @@ tar: Exiting with failure status due to previous errors
 ],[],[],[gnu,posix])
 
 AT_CLEANUP
-
index ee04dda0600857a3b9eff072386e9d9c37f1041a..f598cdb206bd988d552af4877868c54d9661294e 100644 (file)
@@ -51,4 +51,3 @@ etest/top-level-file
 ])
 
 AT_CLEANUP
-
index 0b7eb81dcb4de164027b6fd6a1ea3d1623614441..9a9c5d639dee39885a075b2dae8eadbca534ad70 100644 (file)
@@ -33,7 +33,7 @@
 # References: <20120528140419.GT2654@shire.ontko.com>,
 #   <20130311210006.GA3732@shire.ontko.com>,
 #   http://lists.gnu.org/archive/html/bug-tar/2012-06/msg00013.html
+
 AT_SETUP([--exclude-tag option and --listed-incremental])
 AT_KEYWORDS([exclude exclude-tag listed incremental exclude09])
 
@@ -54,4 +54,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; contents not dumped
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index d7bdec647c9eaaa9b3223473b161a3feff22bd9c..619dc96589d6ddcd6181b914c6ec0aad167b8aa7 100644 (file)
@@ -70,4 +70,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; contents not dumped
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index 00eb68680b66c8d26c334e888a6ba8bac8037e61..92a66d1e157c985e4a0d2c3e7cee9827673b7355 100644 (file)
@@ -50,4 +50,3 @@ etest/top-level-file
 ])
 
 AT_CLEANUP
-
index 21d49b7f4d80305a0c2409a27557d5be7ab4c632..197e22ef9c7308436f24961459072a20628c8ec1 100644 (file)
@@ -53,4 +53,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; contents not dumped
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index 4e29a4887ef18e951945435c6dbd0041499ac9d5..b25e3d554b68151d0681f1870de0dea80eb887b6 100644 (file)
@@ -70,4 +70,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; contents not dumped
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index 447dee2a45aaaefeea4ee58f7f1c6ee27bea5673..ad742e4a5f572a0eda9d02db1f979bd245e75050 100644 (file)
@@ -49,4 +49,3 @@ etest/top-level-file
 ])
 
 AT_CLEANUP
-
index c571a50d9dd9958ceabb7a917d72807ee2951bb0..0726cd3819c5efb5740fcc15cb56c4df080cc794 100644 (file)
@@ -51,4 +51,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; directory not dumpe
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index 4e83fb56f2356e0c8c3aa294c97ab113dcc05ab1..26732b8161b87e7bfe530a9498806c78935828ce 100644 (file)
@@ -68,4 +68,3 @@ tar: etest/subdir: contains a cache directory tag excludeme; directory not dumpe
 ],[],[],[gnu])
 
 AT_CLEANUP
-
index e281231225ff70635b2e1fb26cc78078693c56ea..58d054571888e0bbec6e802aa3a4b13ebfae1847 100644 (file)
@@ -43,5 +43,3 @@ dir/subdir/file2.ext
 ])
 
 AT_CLEANUP
-
-
index 4a3ea6d01a075ce4e1ba9a5b56c2c43394333307..5d109fc948e4c2dd11ecb09e5d315aa58f30b066 100644 (file)
@@ -39,5 +39,3 @@ dir/subdir/
 ])
 
 AT_CLEANUP
-
-
index dbd594ea84d3f0cffd4f3a0ed8b71540a131be6a..82a0c7eb05480240a613de3d4974ba15acff9187 100644 (file)
@@ -74,7 +74,7 @@ done
 
 # Test if it is possible to limit the number of file descriptors to 10.
 ( ulimit -n 10 ) >/dev/null 2>&1 || AT_SKIP_TEST
-   
+
 # Tar should work when there are few, but enough, file descriptors.
 ( (exec 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&- &&
    ulimit -n 10 &&
index 1b818bbb94a0da1b1743c79b7fc4cd8d6c454b18..9eed9555d921f6ce1bdcabce9c9c1cfe27457068 100644 (file)
@@ -26,7 +26,7 @@
 # Reported by: Doug McLaren <dougmc@frenzied.us>,
 #              Gary Partis <gary@partis.co.uk>,
 #              Jim Meyering <jim@meyering.net>
-#              
+#
 # References: <20111117045433.GA8245@algol.frenzied.us>,
 #             <4F3D824717847C4487F77228F83329A3514CBB@server.Partis.local>,
 #             <87wrar6zzz.fsf@rho.meyering.net>
@@ -59,4 +59,3 @@ tar: Exiting with failure status due to previous errors
 ])
 
 AT_CLEANUP
-
index 8c17414b1165950a1e78e1d1f4a603c75540a3f0..194d49bf73bf54f1adc04388d4525412779fd27a 100644 (file)
@@ -43,4 +43,3 @@ File a
 ])
 
 AT_CLEANUP
-
index a2b44ac91152661534a07943ed7c0e41ff260c7a..91ccf3d08a9d5dcddeab56999ef08054908e7ad2 100644 (file)
@@ -148,4 +148,3 @@ tar: Exiting with failure status due to previous errors
 ])
 
 AT_CLEANUP
-
index c7565912b9f269e7cd1fce9b1c8cabd10b67d273..0d993888b53d38862a360151151e0df5a289826a 100644 (file)
@@ -55,5 +55,3 @@ a/c/A
 [],[],[],[ustar]) # Testing one format is enough
 
 AT_CLEANUP
-
-
index 8a73cd271b57fb8f0abd25c9e4090c4d79f3f809..4ac0f72d7d0f8e13d7f7bfa88fe2fb89ff72909e 100644 (file)
@@ -40,7 +40,3 @@ tar xv --keep-newer-files -f a.tar -C ext
 ./file
 ])
 AT_CLEANUP
-
-
-
-
index cecbd35591f081c2adbbdad1fea0b6262b767e9a..014ca806c225ed2c5c7ac150b03289e88b08e6e9 100644 (file)
@@ -42,5 +42,3 @@ dir/two
 700
 ])
 AT_CLEANUP
-
-
index 9ef3feca0c4cdddfea2e753397e32d22fe67082d..0c2c7413eeb0483a0b914f3e11bcc290ff219a29 100644 (file)
@@ -31,10 +31,10 @@ mkdir in
 mkdir in/dir
 decho Level 0
 tar -cvf 1.tar -g snap -C in .
-rmdir in/dir 
+rmdir in/dir
 decho Level 1
 tar -cvf 2.tar -g snap -C in .
-cp 1.tar full.tar 
+cp 1.tar full.tar
 decho Concat
 tar -A 2.tar -f full.tar -g /dev/null
 decho Extract
index 59370a0a06fd3721e550b25677774f4b7460ee73..eaae0b5fcee237b0d33ba6f00d45eed42ff7d513 100644 (file)
@@ -45,7 +45,7 @@ tar --owner-map=uid.map\
 
 tar -tvf 1.tar
 tar --numeric-owner -tvf 1.tar
-    
+
 > uid.map
 > gid.map
 
index 8c7cd1ffb4434e70bdbbb850d71fbb30d343d07f..9a6279a44c21deee1741a38d03c6c7495c88c8c1 100644 (file)
@@ -27,7 +27,7 @@
 #
 # This test case also checks that GNUFileParts headers are not displayed in
 # verbose mode.
-# 
+#
 # Reported by: <russiangolem@gmail.com>
 # References:
 #     <CAE7Kiz_0oMqGdzkoh0FbOd=hUoPhtHHYhjZveM_4hEku081QFQ@mail.gmail.com>,
index dfb899ed0318266178e4dbfbbd5fd83d82913b4c..3f0c0e190af4c18274f09414a6dea48ec1f70a23 100644 (file)
@@ -31,4 +31,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index 20e492d5cdda9c6b611993528c7f38356d29c575..5c181a5337e752856d42714f70e37f33560e5d8b 100644 (file)
@@ -31,4 +31,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index 0972372850fb951614f8b70ae5c9f7c4cdd064cb..8aad28ff81d899b99828ee86ef11a4ef6394c083 100644 (file)
@@ -31,4 +31,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index 0cfd716304cd27648e9461e93f60f0728f825fda..5541fdc7a96df55606f651d625315ac3dfaafadb 100644 (file)
@@ -35,4 +35,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index bf679493d4f5931bb2292f341cea47cbb153f1b2..cbf1d8c9dd324a158a0977362f8b34772e8b9175 100644 (file)
@@ -31,4 +31,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index 8624f09d7303b62403af3cef3b53b1475dd9a88a..6608157ba70f13998deece63a8b3362b31e79059 100644 (file)
@@ -33,4 +33,3 @@ Try 'tar --help' or 'tar --usage' for more information.
 ])
 
 AT_CLEANUP
-
index a86ac1374b1f2fac9443593d626454607706133a..9e505bf2ea7fe3949ede023a4d9fbf6eedcc89c4 100644 (file)
@@ -51,4 +51,3 @@ tar: Exiting with failure status due to previous errors
 ])
 
 AT_CLEANUP
-
index 9d4cef3aee640354874b80aca8afc5a2cd0183b7..1df402d501bc1cdf84e71892ff82184df7e67f45 100644 (file)
@@ -44,4 +44,3 @@ tar: Exiting with failure status due to previous errors
 ])
 
 AT_CLEANUP
-
index cc4c6c527b2d394544c10dd1179dd183e8ac9310..9a1b68a1dc81f27f0c14980e50b0c69fa75c2ea6 100644 (file)
@@ -23,7 +23,7 @@
 #
 # (This specific case failed during development of tar 1.26.90:
 # There was a leftover call to chdir in name_next_elt() in
-# tar 1.26.  After commit e3d28d84 this call would confuse the 
+# tar 1.26.  After commit e3d28d84 this call would confuse the
 # tar_getcwd function.
 #
 # Reported by: Nathan Stratton Treadway <nathanst@ontko.com>
index 246b17ea8f7cd10b47ef69cc048b2c9a60783e02..f204f220db92f76e32a38745d432fb6e22eb4e53 100644 (file)
@@ -23,7 +23,7 @@
 #
 # The bug has been assigned id CVE-2018-20482 (on the grounds that it is a
 # denial of service possibility).
-# 
+#
 # Reported by: Chris Siebenmann <cks.gnutar-01@cs.toronto.edu>
 # References: <20181226223948.781EB32008E@apps1.cs.toronto.edu>,
 #   <http://lists.gnu.org/archive/html/bug-tar/2018-12/msg00023.html>
index b0281cd593f9e6aa536befeb402dcff031ad99a3..7cb77a715ed489a50da9e812ecd3cb89824d8943 100644 (file)
@@ -19,7 +19,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # While fixing CVE-2018-20482 (see sptrcreat.at) it has been discovered
-# that similar bug exists in file checking code (tar d). 
+# that similar bug exists in file checking code (tar d).
 # This test case checks if tar correctly handles a short read condition
 # appearing in check_sparse_region.
 
@@ -35,7 +35,7 @@ echo creating
 tar --sparse -vcf bar foo baz
 echo comparing
 genfile --run --checkpoint 3 --length 200m --truncate foo -- \
- tar --sparse -vdf bar 
+ tar --sparse -vdf bar
 ],
 [1],
 [creating
index ff248384960c9b3d90beb5cfa1d6c9c9fd28c478..d8c7089089af11b8fd334cc8b6f80371f22e00ca 100644 (file)
@@ -19,7 +19,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # While fixing CVE-2018-20482 (see sptrcreat.at) it has been discovered
-# that similar bug exists in file checking code (tar d). 
+# that similar bug exists in file checking code (tar d).
 # This test case checks if tar correctly handles a short read condition
 # appearing in check_data_region.
 
@@ -35,7 +35,7 @@ echo creating
 tar --sparse -vcf bar foo baz
 echo comparing
 genfile --run --checkpoint 5 --length 221278210 --truncate foo -- \
- tar --sparse -vdf bar 
+ tar --sparse -vdf bar
 ],
 [1],
 [creating
index d0c85935677c67165a575d052a8d996b33f398b4..7862926f21aad3a88332e6587f61bbbbd54f00b7 100644 (file)
@@ -51,6 +51,3 @@ tar: Exiting with failure status due to previous errors
 ])
 
 AT_CLEANUP
-
-
-
index dcadf0a93d3fbb6f0e8cab3a426521a628ab4e49..15a8b9e4651febd373076b6eda8218bbece4b0cb 100644 (file)
@@ -38,6 +38,3 @@ file
 [],[],[],[gnu])
 
 AT_CLEANUP
-
-
-
index 0512ad957a1ebdb55a67726709805907be7a3420..801b57f9041d3e7ddeb5ee128a048e5b8978da8a 100644 (file)
@@ -38,4 +38,3 @@ find t -type f
 ],
 [stderr])])
 AT_CLEANUP
-