X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fsimple-stream-tests.lisp;h=6532994122b6a97518e7cd0831bae6833dc6e050;hb=a02f0965d8da367bbf739dc8a7cb8628210d3cf1;hp=3987d08d617c4a5f67f9b629cb0fd041ed81b545;hpb=dfc38e049f0a3dca0e5de64f712db47ed9ddedcd;p=sbcl.git diff --git a/contrib/sb-simple-streams/simple-stream-tests.lisp b/contrib/sb-simple-streams/simple-stream-tests.lisp index 3987d08..6532994 100644 --- a/contrib/sb-simple-streams/simple-stream-tests.lisp +++ b/contrib/sb-simple-streams/simple-stream-tests.lisp @@ -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))