Fix thread-alloca test on Windows.
[sbcl.git] / tests / kill-non-lisp-thread.impure.lisp
index f59e7f4..f7f88fd 100644 (file)
@@ -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"