0.9.12.10:
[sbcl.git] / tests / pathnames.impure.lisp
index 07f4f31..ae1745f 100644 (file)
                  (list* 'write-to-string pathname vars)
                  expected
                  actual))
+\f
+;;; we got (truename "/") wrong for about 6 months.  Check that it's
+;;; still right.
+(let ((pathname (truename "/")))
+  (assert (equalp pathname #p"/"))
+  (assert (equal (pathname-directory pathname) '(:absolute))))
 
 ;;;; success
-(quit :unix-status 104)