summaryrefslogtreecommitdiff
path: root/t/parallel-tests-recheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-recheck.sh')
-rw-r--r--t/parallel-tests-recheck.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/parallel-tests-recheck.sh b/t/parallel-tests-recheck.sh
index 4968c1efd..4ca8d2a47 100644
--- a/t/parallel-tests-recheck.sh
+++ b/t/parallel-tests-recheck.sh
@@ -61,7 +61,6 @@ count_test_results total=3 pass=1 fail=1 skip=0 xfail=0 xpass=0 error=1
# Running this two times in a row should produce the same results the
# second time.
for i in 1 2; do
- using_gmake || $sleep # Required by BSD make.
run_make -O -e FAIL recheck
count_test_results total=2 pass=0 fail=1 skip=0 xfail=0 xpass=0 error=1
grep 'foo\.test' stdout && exit 1