]> git.cworth.org Git - tar/blobdiff - tests/append02.at
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / tests / append02.at
index 7b8e07d3b527bd7c5e3e89bb2a997370d5ae8f0d..869f8a56899b9d432f81134da05a2f3891ea8129 100644 (file)
@@ -20,7 +20,7 @@
 
 # Using tar 1.15.x the following equivalent command sets:
 #
-#   1. tar cf archive file1 file2 
+#   1. tar cf archive file1 file2
 # and
 #   2. tar cfT archive /dev/null
 #      tar rf archive file1
@@ -62,7 +62,7 @@ genfile --file file2
 MTIME="--mtime=@0"
 
 # For PAX archives, we need to make sure extended header names are
-# reproducible and that their contents won't change with time 
+# reproducible and that their contents won't change with time
 if test $[]TEST_TAR_FORMAT = posix; then
   TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=mtime,delete=atime,delete=ctime"
 fi