From: Matt Birkholz Date: Tue, 1 Aug 2017 18:04:06 +0000 (-0700) Subject: Fix merge: add load-option to test-syncproc.scm. X-Git-Tag: mit-scheme-pucked-9.2.12~95 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bfaf10c1f0f74f0f886727440267654ce819fa9b;p=mit-scheme.git Fix merge: add load-option to test-syncproc.scm. --- diff --git a/tests/runtime/test-syncproc.scm b/tests/runtime/test-syncproc.scm index f525d6b41..d8c89885b 100644 --- a/tests/runtime/test-syncproc.scm +++ b/tests/runtime/test-syncproc.scm @@ -28,6 +28,8 @@ USA. (declare (usual-integrations)) +(load-option 'synchronous-subprocess) + (define (shell command) (run-shell-command command 'INPUT #f 'OUTPUT #f))