Ignore:
Timestamp:
06/26/20 13:23:35 (3 years ago)
Author:
Mark Evenson
Message:

Revisions for the long neglected ABCL/TEST/LISP suite

Restore loading under SBCL and CCL.

FIXME: package-local-nicknames-tests only runs once in the same
process, causing a mysterious failure on the second time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/wild-pathnames.lisp

    r14621 r15332  
    5151
    5252(deftest wild-pathnames.2
    53     (equal
    54      (first (with-test-directories
    55                 (directory (make-pathname :directory (pathname-directory *temp-directory-root*)
    56                                           :name :wild :type "ext"
    57                                           :version :newest))))
    58      (merge-pathnames *temp-directory-root* "foo.ext"))
     53    (check-namestring
     54     (namestring (first (with-test-directories
     55                            (directory (make-pathname :directory (pathname-directory *temp-directory-root*)
     56                                                      :name :wild :type "ext"
     57                                                      :version :newest)))))
     58     (namestring (merge-pathnames *temp-directory-root* "foo.ext")))
    5959  t)
    6060
Note: See TracChangeset for help on using the changeset viewer.