From: Daniel Kochmański Date: Wed, 19 Aug 2015 07:31:49 +0000 (+0200) Subject: tests: pathname: fix typo X-Git-Tag: ECL-16.0.0~1^2~21 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=1071914e464f18d07312966411f4a24c063119e1;p=ecl.git tests: pathname: fix typo Signed-off-by: Daniel Kochmański --- diff --git a/src/tests/bugs/test-ansi.lsp b/src/tests/bugs/test-ansi.lsp index 9945ec3..9298974 100644 --- a/src/tests/bugs/test-ansi.lsp +++ b/src/tests/bugs/test-ansi.lsp @@ -103,6 +103,6 @@ (setf (logical-pathname-translations "prog") '(("CODE;*.*.*" "/tmp/prog/"))) (translate-logical-pathname "prog:code;documentation.lisp")) - #P"/lib/prog/documentation.lisp") + #P"/tmp/prog/documentation.lisp")