Minor fix in the testsuite.

* tests/extrac05.at: Skip test if creating
sparse file fails.
This commit is contained in:
Sergey Poznyakoff
2010-03-08 12:31:59 +02:00
parent 6f02669c7b
commit a06b3a29fb

View 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