X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexternal-format.impure.lisp;h=137353825f71385217f5e82a1414ff31cec59264;hb=253b808015cb271bae2a3f79eefd198f63d1fdbb;hp=cff240a2737b9a00b25bcbb35c45d5454459064d;hpb=8d86dacd3936887cd09f259067ac1a6f03d7d1bf;p=sbcl.git diff --git a/tests/external-format.impure.lisp b/tests/external-format.impure.lisp index cff240a..1373538 100644 --- a/tests/external-format.impure.lisp +++ b/tests/external-format.impure.lisp @@ -22,7 +22,7 @@ ,@body)))) (do-external-formats (xf) - (with-open-file (s "/dev/null" :direction :input :external-format xf) + (with-open-file (s #-win32 "/dev/null" #+win32 "nul" :direction :input :external-format xf) (assert (eq (read-char s nil s) s)))) ;;; Test standard character read-write equivalency over all external formats. @@ -258,8 +258,7 @@ ;;; See sbcl-devel "Subject: Bug in FILE-POSITION on UTF-8-encoded files" ;;; by Lutz Euler on 2006-03-05 for more details. -(with-test (:name (:file-position :utf-8) - :fails-on :sbcl) +(with-test (:name (:file-position :utf-8)) (let ((path "external-format-test.txt")) (with-open-file (s path :direction :output