about summary refs log tree commit diff
path: root/tests/gc-runtime.nix.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gc-runtime.nix.in')
-rw-r--r--tests/gc-runtime.nix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in
index e54fcf2d15ad..aefffa276623 100644
--- a/tests/gc-runtime.nix.in
+++ b/tests/gc-runtime.nix.in
@@ -3,5 +3,5 @@ derivation {
   system = "@system@";
   builder = "@shell@";
   args = ["-e" "-x" ./gc-runtime.builder.sh];
-  PATH = "@coreutils@";
+  PATH = "@testPath@";
 }