diff options
-rw-r--r-- | tests/locking.builder.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh index 7598653b1d5d..4cb5eb379806 100644 --- a/tests/locking.builder.sh +++ b/tests/locking.builder.sh @@ -1,6 +1,5 @@ sleep 3 -touch $out # Use `>>'; without proper locking this will cause text duplication. echo -n $(cat $inputs)$text >> $out |