about summary refs log tree commit diff
path: root/tests/gc-runtime.nix.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-03T14·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-03T14·55+0000
commitd20c3011a06a49d229c92c49447eb21b5a1f110d (patch)
treee1850df03fe0f5fdd4f956949f9219b67b20b75b /tests/gc-runtime.nix.in
parent84e6c43e85cab83ee033bf13c1e58c0f30ca1de9 (diff)
* toFile: added an additional argument to specify the store path
  suffix, e.g., `builtins.toFile "builder.sh" "..."'.
* toFile: handle references to other files correctly.

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 4ffe0435aa..5767d0370f 100644
--- a/tests/gc-runtime.nix.in
+++ b/tests/gc-runtime.nix.in
@@ -1,7 +1,7 @@
 let {
 
   # Test inline source file definitions.
-  builder = builtins.toFile "
+  builder = builtins.toFile "builder.sh" "
 mkdir $out
 
 cat > $out/program <<EOF