0.8.9.2:
[sbcl.git] / contrib / sb-simple-streams / simple-stream-tests.lisp
index 3987d08..6532994 100644 (file)
@@ -16,7 +16,7 @@
   "Directory for temporary test files.")
 
 (defparameter *test-file*
-  (merge-pathnames #p"test-data.txt" *test-path*))
+  (merge-pathnames #p"test-data.tmp" *test-path*))
 
 (eval-when (:load-toplevel) (ensure-directories-exist *test-path* :verbose t))