1.0.24.27: target-thread cosmetics
[sbcl.git] / tests / filesys.pure.lisp
index fd62903..e77ffc1 100644 (file)
   (let ((*default-pathname-defaults* (pathname "SYS:")))
     (assert (not (typep (sb-impl::sbcl-homedir-pathname)
                         'logical-pathname)))))
+
+(with-test (:name :file-author-stringp)
+  (assert (stringp (file-author (user-homedir-pathname)))))
+(with-test (:name :file-write-date-integerp)
+  (assert (integerp (file-write-date (user-homedir-pathname)))))
+