summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm
index df73ac3..fbb1019 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -47,7 +47,7 @@
(test "Redirecting from object"
'("blah" "foo" "testing, 1 2 3")
- (run/strings (cat tmpfile -) (<< "testing, 1 2 3")))
+ (run/strings (cat ,tmpfile -) (<< "testing, 1 2 3")))
(delete-file* tmpfile)))
(test-group "Subprocesses"