racket/sandbox: fix with-deep-time-limit test

The test has been failing consistently in DrDr, but I couldn't figure
out why until I learned that DrDr runs programs with an empty
stdin. It helps that `raco test --drdr` is now closer to DrDr.
This commit is contained in:
Matthew Flatt 2014-06-03 09:22:38 +01:00
parent 85c8f271cb
commit 0d644e9755

View File

@ -32,7 +32,7 @@
(with-deep-time-limit
n
(subprocess (current-output-port)
(current-input-port)
#f ; because (current-input-port) = /dev/null in DrDr mode
(current-error-port)
(find-executable-path "cat")))))
(check-exn