From deb75bb414c6c7a6d1209efd86738fdd147db13d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Sep 2005 15:54:36 +0000 Subject: [PATCH] * Remove debugging code. --- tests/locking.builder.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh index 69967e08ba..5c3dfdafbc 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