about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-13T15·54+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-13T15·54+0000
commitdeb75bb414c6c7a6d1209efd86738fdd147db13d (patch)
tree6bc54bf714f63bd273cb3abf3e87112d4ef295a6 /tests
parent116e939d5731f89821a6777fb2b458508fd85e29 (diff)
* Remove debugging code.
Diffstat (limited to 'tests')
-rw-r--r--tests/locking.builder.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh
index 69967e08badc..5c3dfdafbc59 100644
--- a/tests/locking.builder.sh
+++ b/tests/locking.builder.sh
@@ -1,17 +1,8 @@
 export PATH=/bin:/usr/bin:$PATH
 
-env
-
 sleep 3
 
 touch $out
-echo CAT1
-cat $inputs
-echo CAT2
-echo -n $(cat $inputs)$text
-echo CAT3
-
-
 # Use `>>'; without proper locking this will cause text duplication.
 echo -n $(cat $inputs)$text >> $out