about summary refs log tree commit diff
path: root/tests/fixed.builder2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixed.builder2.sh')
-rw-r--r--tests/fixed.builder2.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fixed.builder2.sh b/tests/fixed.builder2.sh
index bc1a18d6e1d7..31ea1579a514 100644
--- a/tests/fixed.builder2.sh
+++ b/tests/fixed.builder2.sh
@@ -1,3 +1,5 @@
+echo dummy: $dummy
+if test -n "$dummy"; then sleep 2; fi
 mkdir $out
 mkdir $out/bla
 echo "Hello World!" > $out/foo