summaryrefslogtreecommitdiff
path: root/tests/run.scm
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2026-09-08 08:50:11 +0200
committerPeter Bex <peter@more-magic.net>2026-09-08 08:50:11 +0200
commitb2818dae382baf1bbc582400027a8aacb3b40e7c (patch)
tree8170e01a8712254d8d0b5427b2f99d191c27326f /tests/run.scm
parente855041b3ed0cdd8275b50f8258d842a6c2dc261 (diff)
downloadscsh-process-b2818dae382baf1bbc582400027a8aacb3b40e7c.tar.gz
Add (scheme file) for with-input-from-file1.7.2
Diffstat (limited to 'tests/run.scm')
-rw-r--r--tests/run.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm
index ed4f653..261c08c 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -1,7 +1,7 @@
;;(include "../scsh-process.scm")
(module scsh-tests ()
-(import (scheme base) (scheme write) (scheme read)
+(import (scheme base) (scheme file) (scheme write) (scheme read)
(chicken base) (chicken port) (chicken condition)
(chicken io) (chicken file) (chicken file posix)
(chicken process)