about summary refs log tree commit diff
path: root/tests/gc-concurrent.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T12·15+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T12·15+0000
commita4c63c6e8e161d55778b797e566d9eca7c47f34f (patch)
tree9caaa0d38d12836f5de88b41aecff988b8ff9472 /tests/gc-concurrent.sh
parent85793fa438847974330123a8d4160283fcfa18f7 (diff)
* Make it easy to run individual tests from the command line.
Diffstat (limited to 'tests/gc-concurrent.sh')
-rw-r--r--tests/gc-concurrent.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gc-concurrent.sh b/tests/gc-concurrent.sh
index 8cc24565dc..7606a64c87 100644
--- a/tests/gc-concurrent.sh
+++ b/tests/gc-concurrent.sh
@@ -1,3 +1,5 @@
+source common.sh
+
 drvPath1=$($TOP/src/nix-instantiate/nix-instantiate gc-concurrent.nix)
 outPath1=$($TOP/src/nix-store/nix-store -q $drvPath1)