about summary refs log tree commit diff
path: root/tests/simple.nix.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.nix.in')
-rw-r--r--tests/simple.nix.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/simple.nix.in b/tests/simple.nix.in
index c2e944c7bb85..b49a8ca58e98 100644
--- a/tests/simple.nix.in
+++ b/tests/simple.nix.in
@@ -3,4 +3,5 @@ derivation {
   system = "@system@";
   builder = "@shell@";
   args = ["-e" "-x" ./simple.builder.sh];
-}
\ No newline at end of file
+  goodPath = "@testPath@";
+}