mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Merge branch 'refactor-run-program' of gitlab.com:embeddable-common-lisp/ecl into refactor-run-program
This commit is contained in:
commit
f72943f4d1
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