ffi: test-ffi.scm: Need a newline before running make.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:56:26 +0000 (12:56 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:56:26 +0000 (12:56 -0700)
tests/ffi/test-ffi.scm

index 90d5d3c07128d703de8ed3a8832f1ac62864ce31..40e70d64c906e4c88c9ede0cc2b4c1d4db4945bc 100644 (file)
@@ -31,8 +31,7 @@ USA.
     (let ((code
           (with-notification
            (lambda (port)
-             (write-string "make all" port)
-             (newline port))
+             (write-string "make all" port))
            (lambda ()
              (run-synchronous-subprocess "make" (list "all"))))))
       (if (not (zero? code))