From bfaf10c1f0f74f0f886727440267654ce819fa9b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 1 Aug 2017 11:04:06 -0700 Subject: [PATCH] Fix merge: add load-option to test-syncproc.scm. --- tests/runtime/test-syncproc.scm | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.25.1