X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fpathnames.impure.lisp;h=4afbba068fe602d06f40b2f16e2525202ed61ce0;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=7fd7e3ac3d23306a07215e7867dbd64b2c697da4;hpb=64bf93a97814ea1caf62bbdcc7ef43e2fbfc8f73;p=sbcl.git diff --git a/tests/pathnames.impure.lisp b/tests/pathnames.impure.lisp index 7fd7e3a..4afbba0 100644 --- a/tests/pathnames.impure.lisp +++ b/tests/pathnames.impure.lisp @@ -16,11 +16,9 @@ (in-package "CL-USER") -;;(eval-when (:compile-toplevel :load-toplevel :execute) - (defmacro grab-condition (&body body) - `(nth-value 1 - (ignore-errors ,@body))) -;;) +(defmacro grab-condition (&body body) + `(nth-value 1 + (ignore-errors ,@body))) (setf (logical-pathname-translations "demo0") '(("**;*.*.*" "/tmp/"))) @@ -58,7 +56,7 @@ ;;; handle the following case exactly (otherwise we get an error: ;;; "#'IDENTITY CALLED WITH 2 ARGS." (setf (logical-pathname-translations "demo2") - '(("test;**;*.*" "/tmp/demo2/test/"))) + '(("test;**;*.*" "/tmp/demo2/test"))) (enough-namestring "demo2:test;foo.lisp") ;;; When a pathname comes from a logical host, it should be in upper @@ -128,4 +126,3 @@ ;;; success (quit :unix-status 104) -(in-package :cl-user)