about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
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 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@";
   };