mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
test: sigchld-handler: adjust for cygwin
This commit is contained in:
parent
135a43a027
commit
bc9b33168c
1 changed files with 6 additions and 1 deletions
|
|
@ -148,4 +148,9 @@
|
|||
(sleep 1)
|
||||
(ext:terminate-process process)
|
||||
(sleep 1))
|
||||
(is (= x 3) "X is ~s, should be 3." x))))
|
||||
#-cygwin
|
||||
(is (= x 3) "X is ~s, should be 3." x)
|
||||
;; XXX: cygwin quirk: sigchld isn't called for suspend/resume on
|
||||
;; cygwin (but they work - process is suspended/resumed)
|
||||
#+cygwin
|
||||
(is (= x 1) "X is ~s, should be 1." x))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue