Remove output redirection.

svn: r11849
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-24 14:02:20 +00:00
parent 6d93ceb809
commit 81b9f63852

View File

@ -55,8 +55,7 @@
(parameterize ([read-accept-reader #t] (parameterize ([read-accept-reader #t]
[current-load-relative-directory path] [current-load-relative-directory path]
[current-directory path]) [current-directory path])
(with-output-to-file "/dev/null" #:exists 'append (loader p)))))))
(lambda () (loader p)))))))))
(apply test-suite dir (apply test-suite dir
tests))) tests)))