1.0.4.1: fix sb-posix atime/mtime/ctime
[sbcl.git] / tests / pathnames.impure.lisp
index 945d25f..c81cb5a 100644 (file)
               (make-pathname :name :wild :type :wild :version :wild)
               (make-pathname :name :wild :type :wild :version nil)))))
 
+;;; enough-namestring relative to root
+(assert (equal "foo" (enough-namestring "/foo" "/")))
+
 ;;;; success