* t/parallel-tests-dry-run-2.sh: Here.

Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com>
---
 t/parallel-tests-dry-run-2.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/parallel-tests-dry-run-2.sh b/t/parallel-tests-dry-run-2.sh
index 8e1e51e..01ff3e1 100755
--- a/t/parallel-tests-dry-run-2.sh
+++ b/t/parallel-tests-dry-run-2.sh
@@ -49,6 +49,9 @@ make_n_ ()
 
 files='foo.log bar.log foo.trs bar.trs'
 
+echo 'exit 0' > foo.test
+echo 'exit 1' > bar.test
+
 for target in check recheck test-suite.log; do
   make_n_ $target
   test ! -e foo.log
@@ -58,9 +61,6 @@ for target in check recheck test-suite.log; do
   test ! -e test-suite.log
 done
 
-echo 'exit 0' > foo.test
-echo 'exit 1' > bar.test
-
 $MAKE check && exit 1
 
 chmod a-w .
-- 
1.7.9.5


Reply via email to