about summary refs log tree commit diff
path: root/tests/locking.builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-25T16·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-25T16·43+0000
commit7024a1ef076cedf4596c9f4b107e85d315242cea (patch)
tree70534f32c233fc1d6b1ef27441020ff6d12805ad /tests/locking.builder.sh
parent8146a0c7313b95b4cc24776cc609efc846b0a38e (diff)
* Removed the locking.sh test; it's redundant because of the extended
  parallel.sh test.  Also, don't call multiple nix-builds in parallel,
  since they can race creating .nix-build-tmp-derivation.

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