]> Dogcows Code - chaz/tar/commitdiff
Extract and compare sparse file
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Feb 2005 00:04:43 +0000 (00:04 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Feb 2005 00:04:43 +0000 (00:04 +0000)
tests/sparse01.at

index 03adc573c7c2f31e90b80a2e68fc78ff0b6d3ef4..e4788beb7e07597763ef240b2a8fe0ca52b88c42 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AT_SETUP([sparse01])
+AT_SETUP([Sparse files])
 AT_KEYWORDS([sparse01])
 
 AT_TAR_CHECK([
@@ -29,16 +29,23 @@ tar -c -f archive --sparse begin sparsefile end || exit 1
 echo separator
 
 tar tfv archive
+echo separator
+mkdir directory
+tar Cxf directory archive
+genfile --stat=name,size sparsefile
+cmp sparsefile directory/sparsefile
 ],
 [0],
 [stdout],
-[],[],[],[gnu, oldgnu])
+[],[],[],[posix, gnu, oldgnu])
 
 RE_CHECK([stdout],
 [separator
 -rw-r--r-- [^ ][^ ]*  *1000 [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] begin
 -rw-r--r-- [^ ][^ ]*  *10344448[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] sparsefile
 -rw-r--r-- [^ ][^ ]*  *1000 [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9] end
+separator
+sparsefile 10344448
 ])
 
 AT_CLEANUP
This page took 0.024091 seconds and 4 git commands to generate.