tests: add regression test for #351

This commit is contained in:
Daniel Kochmański 2017-02-04 12:49:52 +01:00
parent 35328d09d7
commit d992b886c7

View file

@ -60,6 +60,14 @@
(namestring (translate-logical-pathname "prog:code;documentation.lisp"))
"/tmp/prog/documentation.lisp")))
;; Issue #351 ;; (probe-file #P"/") maybe shouldn't return nil
;; https://gitlab.com/embeddable-common-lisp/ecl/issues/351
#-windows
(test ansi.19.probe-file
(is (probe-file #P"/"))
(is (probe-file #P"/tmp"))
(is (probe-file #P"/tmp/")))
;;;;;;;;;;;;;;;;;;;;;;;;;
;; 22.* Format tests ;;