Fix merge: add load-option to test-syncproc.scm.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 1 Aug 2017 18:04:06 +0000 (11:04 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 1 Aug 2017 22:18:32 +0000 (15:18 -0700)
tests/runtime/test-syncproc.scm

index f525d6b41c29a0f5da21f4f9bda07d7bef6ef1e0..d8c89885b0919c80b3a58375801ed8c4158ad460 100644 (file)
@@ -28,6 +28,8 @@ USA.
 
 (declare (usual-integrations))
 \f
+(load-option 'synchronous-subprocess)
+
 (define (shell command)
   (run-shell-command command 'INPUT #f 'OUTPUT #f))