0.9.8.44:
[sbcl.git] / contrib / sb-posix / posix-tests.lisp
index cb382a3..ee7399b 100644 (file)
                finally (return t)))
       (sb-posix:closedir dir)))
   t)
+
+(deftest pwent.1
+  ;; make sure that we found something
+  (not (sb-posix:getpwuid 0))
+  nil)
+
+(deftest pwent.2
+  ;; make sure that we found something
+  (not (sb-posix:getpwnam "root"))
+  nil)