Changeset 15332 for trunk/abcl/test/lisp/abcl/wild-pathnames.lisp
- Timestamp:
- 06/26/20 13:23:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/wild-pathnames.lisp
r14621 r15332 51 51 52 52 (deftest wild-pathnames.2 53 ( equal54 ( first (with-test-directories55 (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"))) 59 59 t) 60 60
Note: See TracChangeset
for help on using the changeset viewer.