aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/gc-concurrent2.builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/gc-concurrent2.builder.sh')
-rw-r--r--tests/functional/gc-concurrent2.builder.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/gc-concurrent2.builder.sh b/tests/functional/gc-concurrent2.builder.sh
new file mode 100644
index 000000000..4f6c58b96
--- /dev/null
+++ b/tests/functional/gc-concurrent2.builder.sh
@@ -0,0 +1,5 @@
+mkdir $out
+echo $(cat $input1/foo)$(cat $input2/bar)xyzzy > $out/foobar
+
+# Check that the GC hasn't deleted the lock on our output.
+test -e "$out.lock"