diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-29T15·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-29T15·29+0000 |
commit | 1f6616dabff48028b2b08fc50889707928201ea6 (patch) | |
tree | e75a3c1ea06600ffd4ed18cfbb9306ecb8b9e2d4 | |
parent | 1ec9f55741ae54f5e618e248ee49aff132017247 (diff) |
* Backwards compatibility test for ~.
-rw-r--r-- | tests/dependencies.nix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.nix.in b/tests/dependencies.nix.in index 3e9f66ad6125..c33c6a8d9728 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@"; }; |