1.0.26.4: less pessimal waitqueues
[sbcl.git] / tests / run-tests.lisp
index ae0fee2..bcd090d 100644 (file)
 (defun sh-test (file)
   ;; What? No SB-POSIX:EXECV?
   `(let ((process (sb-ext:run-program "/bin/sh"
-                                      (list (namestring ,file))
+                                      (list (native-namestring ,file))
                                       :output *error-output*)))
      (sb-ext:quit :unix-status (process-exit-code process))))