From 1f6616dabff48028b2b08fc50889707928201ea6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 29 Aug 2006 15:29:19 +0000 Subject: [PATCH] * Backwards compatibility test for ~. --- tests/dependencies.nix.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@"; };