X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexternal-format.impure.lisp;h=c86b6ef2fb0070813c897d53dde46116cbb6371b;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=d1a9644efbc1d0d49e47f2302af50a4fb958761e;hpb=6a0f8fcdd66281e62b988fad4bdb3e6d6c216965;p=sbcl.git diff --git a/tests/external-format.impure.lisp b/tests/external-format.impure.lisp index d1a9644..c86b6ef 100644 --- a/tests/external-format.impure.lisp +++ b/tests/external-format.impure.lisp @@ -39,7 +39,9 @@ (delete-file "external-format-test.txt") #-sb-unicode -(sb-ext:quit :unix-status 104) +(progn + (test-util:report-test-status) + (sb-ext:quit :unix-status 104)) ;;; Test UTF-8 writing and reading of 1, 2, 3 and 4 octet characters with ;;; all possible offsets. Tests for buffer edge bugs. fd-stream buffers are @@ -159,4 +161,3 @@ (delete-file "external-format-test.txt") -(sb-ext:quit :unix-status 104)