mit-scheme: fully scope test system calls
This commit is contained in:
parent
8d7befe34f
commit
c00522aa66
1 changed files with 1 additions and 1 deletions
|
@ -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\)/,
|
||||
|
|
Loading…
Reference in a new issue