X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fkill-non-lisp-thread.impure.lisp;h=f7f88fd9b9068ac082c1dfc2a4398ad197aaf300;hb=cf49f2d086069a9c1b57f501df9a6a0bd3a34c3c;hp=b700420f27ece336bb0d1b5f0eeebad6b4a254ea;hpb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;p=sbcl.git diff --git a/tests/kill-non-lisp-thread.impure.lisp b/tests/kill-non-lisp-thread.impure.lisp index b700420..f7f88fd 100644 --- a/tests/kill-non-lisp-thread.impure.lisp +++ b/tests/kill-non-lisp-thread.impure.lisp @@ -11,7 +11,7 @@ ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. -#-sb-thread +#+(or :win32 (not :sb-thread)) (sb-ext:exit :code 104) (use-package :sb-alien) @@ -21,7 +21,6 @@ (output (with-output-to-string (s) (setf proc (run-program program arguments - :environment (test-util::test-env) :output s))))) (unless (zerop (process-exit-code proc)) (error "Bad exit code: ~S~%Output:~% ~S"