about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-29T15·29+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-29T15·29+0000
commit1f6616dabff48028b2b08fc50889707928201ea6 (patch)
treee75a3c1ea06600ffd4ed18cfbb9306ecb8b9e2d4 /tests
parent1ec9f55741ae54f5e618e248ee49aff132017247 (diff)
* Backwards compatibility test for ~.
Diffstat (limited to 'tests')
-rw-r--r--tests/dependencies.nix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.nix.in b/tests/dependencies.nix.in
index 3e9f66ad61..c33c6a8d97 100644
--- a/tests/dependencies.nix.in
+++ b/tests/dependencies.nix.in
@@ -12,7 +12,7 @@ let {
     name = "dependencies-input-2";
     system = "@system@";
     builder = "@shell@";
-    args = ["-e" "-x" ./dependencies.builder2.sh];
+    args = ["-e" "-x" (./. ~ "dependencies.builder2.sh")];
     PATH = "@testPath@";
   };