mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
enable run-program test on windows
This commit is contained in:
parent
62cf64aa86
commit
ea001f5b63
1 changed files with 1 additions and 2 deletions
|
|
@ -178,8 +178,7 @@
|
|||
;;;; Created: 2016-09-07
|
||||
;;;; Contains: External process interaction API
|
||||
;;;;
|
||||
#-windows
|
||||
(test external-process.0001.run-program/wait/terminate
|
||||
(test external-process.0001.run-program
|
||||
(let ((p (nth-value 2 (ext:run-program #-windows "sleep"
|
||||
#+windows "timeout"
|
||||
(list "3") :wait nil))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue