projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736d93c
)
Fix merge: add load-option to test-syncproc.scm.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 1 Aug 2017 18:04:06 +0000
(11:04 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 1 Aug 2017 22:18:32 +0000
(15:18 -0700)
tests/runtime/test-syncproc.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-syncproc.scm
b/tests/runtime/test-syncproc.scm
index f525d6b41c29a0f5da21f4f9bda07d7bef6ef1e0..d8c89885b0919c80b3a58375801ed8c4158ad460 100644
(file)
--- a/
tests/runtime/test-syncproc.scm
+++ b/
tests/runtime/test-syncproc.scm
@@
-28,6
+28,8
@@
USA.
(declare (usual-integrations))
\f
+(load-option 'synchronous-subprocess)
+
(define (shell command)
(run-shell-command command 'INPUT #f 'OUTPUT #f))