X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fsimple-stream-tests.lisp;h=f0d5a7310f83ecc558fcd27e5f185504ef7315cf;hb=f3491f128307938cc56367f739b8fbf9e5d503b6;hp=2371fc8facc610537cbc72f798d8c5da4e5a99c7;hpb=d9dc64d61bfaf26ccaad1f142ed6ecbdfb852504;p=sbcl.git diff --git a/contrib/sb-simple-streams/simple-stream-tests.lisp b/contrib/sb-simple-streams/simple-stream-tests.lisp index 2371fc8..f0d5a73 100644 --- a/contrib/sb-simple-streams/simple-stream-tests.lisp +++ b/contrib/sb-simple-streams/simple-stream-tests.lisp @@ -941,7 +941,9 @@ Nothing to see here, move along.") (sb-simple-streams::read-vector b stream :endian-swap :network-order) (aref b 0)))) - (with-open-file (stream "lp491087.txt" :class 'file-simple-stream) + (with-open-file (stream + (merge-pathnames #P"lp491087.txt" *test-path*) + :class 'file-simple-stream) (let* ((start (file-position stream)) (integer (read-big-int stream)) (end (file-position stream)))