]> git.cworth.org Git - tar/blobdiff - tests/sparsemv.at
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / tests / sparsemv.at
index 81da61309d15fe3c9f1b4dd71e3819d413d25094..654908319b3f873a79b4984d4a9e214134ae4fda 100644 (file)
@@ -35,7 +35,7 @@ echo "Pass 1: Split between data blocks"
 echo "Create archive"
 tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
 echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2 
+tar --record-size=512 -t -M -f arc.1 -f arc.2
 echo "Compare archive"
 tar --record-size=512 -d -M -f arc.1 -f arc.2
 
@@ -44,7 +44,7 @@ genfile --sparse --file sparsefile 0 ABCDEFGHIJ 1M ABCDEFGHI || AT_SKIP_TEST
 echo "Create archive"
 tar --sparse -c --record-size=512 -M -L6 -f arc.1 -f arc.2 sparsefile || exit 1
 echo "Test archive"
-tar --record-size=512 -t -M -f arc.1 -f arc.2 
+tar --record-size=512 -t -M -f arc.1 -f arc.2
 echo "Compare archive"
 tar --record-size=512 -d -M -f arc.1 -f arc.2
 ],