1.0.21.23: fix external-format.impure.lisp
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 12:34:36 +0000 (12:34 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 12:34:36 +0000 (12:34 +0000)
 * Misnamed variable.

tests/external-format.impure.lisp
version.lisp-expr

index 99e2bda..3a96fb7 100644 (file)
 ;;; on 2008-10-16 for more info.
 (with-test (:name (:character-coding-error-stream-external-format))
   (flet ((first-file-character ()
-           (with-open-file (stream *test-file* :external-format :utf-8)
+           (with-open-file (stream *test-path* :external-format :utf-8)
              (read-char stream))))
-    (with-open-file (stream *test-file*
+    (with-open-file (stream *test-path*
                             :direction :output
                             :if-exists :supersede
                             :element-type '(unsigned-byte 8))
index 42a05c0..0198417 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.21.22"
+"1.0.21.23"