another repair to `subprocess' test

Merge to v5.3
This commit is contained in:
Matthew Flatt 2012-07-26 10:53:56 -06:00
parent 87d24ece78
commit 100212cd53

View File

@ -392,9 +392,11 @@
(let ([c (make-custodian)])
(let ([l (parameterize ([current-custodian c])
(process* self
"-e" "0"
"-e"
"(let loop () (loop))"))])
(test 'running (list-ref l 4) 'status)
(read-line (car l)) ; wait until running
(custodian-shutdown-all c)
(sleep 0.1)
(when (and wait?