浏览代码

Fix the testsuite

* tests/sparse06.at: Don't use timeout: depending on the filesystem
mounted, current LA and lots of other factors, creation of archive can
take much more time than the expected 2 seconds.
Sergey Poznyakoff 9 年之前
父节点
当前提交
752b447f3e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tests/sparse06.at

+ 1 - 2
tests/sparse06.at

@@ -31,11 +31,10 @@ cmp smallsparse out/smallsparse
 
 AT_TAR_CHECK([
 AT_SEEKHOLE_PREREQ
-AT_TIMEOUT_PREREQ
 
 TAR_OPTIONS="$TAR_OPTIONS --hole-detection=seek"
 genfile --sparse --file bigsparse 0 ABC 8G DEF
-timeout 2 tar -cSf a bigsparse
+tar -cSf a bigsparse
 test $? -eq 0 || exit 1
 
 check_pattern([0 ABC])