]> Dogcows Code - chaz/tar/commitdiff
Minor fix in the testsuite.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 8 Mar 2010 10:31:59 +0000 (12:31 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 8 Mar 2010 10:31:59 +0000 (12:31 +0200)
* tests/extrac05.at: Skip test if creating
sparse file fails.

tests/extrac05.at

index a0f7c700ca0a3c55cd49a5ebc031437652607c55..82c2ed3517e590f15ed54f61ba696455e1eeb955 100644 (file)
@@ -36,10 +36,10 @@ cztery
 ])
 
 AT_TAR_CHECK([
+genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL || AT_SKIP_TEST 
 genfile --length 118 --file jeden
 genfile --length 223 --file dwa
 genfile --length 517 --file trzy
-genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL
 genfile --length 110 --file cztery
 
 tar cf archive jeden dwa trzy cztery || exit 1
This page took 0.018009 seconds and 4 git commands to generate.