about summary refs log tree commit diff
path: root/tests/locking.builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/locking.builder.sh')
-rw-r--r--tests/locking.builder.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh
deleted file mode 100644
index 4cb5eb379806..000000000000
--- a/tests/locking.builder.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-sleep 3
-
-# Use `>>'; without proper locking this will cause text duplication.
-echo -n $(cat $inputs)$text >> $out
-
-sleep 2
\ No newline at end of file