Explorar o código

Minor fix in the testsuite.

* tests/extrac05.at: Skip test if creating
sparse file fails.
Sergey Poznyakoff %!s(int64=15) %!d(string=hai) anos
pai
achega
a06b3a29fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/extrac05.at

+ 1 - 1
tests/extrac05.at

@@ -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