mit-scheme: fully scope test system calls

This commit is contained in:
Gautham Goli 2017-01-04 11:07:14 +05:30 committed by Tomasz Pajor
parent 8d7befe34f
commit c00522aa66

View file

@ -105,7 +105,7 @@ class MitScheme < Formula
EOS
output = shell_output(
"mit-scheme --load primes.scm --eval '(primes<= 72)' < /dev/null"
"#{bin}/mit-scheme --load primes.scm --eval '(primes<= 72)' < /dev/null"
)
assert_match(
/;Value 2: \(2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71\)/,