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:
parent
85c8f271cb
commit
0d644e9755
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user