Raymond Toy pushed to branch issue-158-darwin-pathnames-utf8 at cmucl / cmucl
Commits:
- 
a4475ab6
by Raymond Toy at 2023-02-20T13:33:07-08:00
 
1 changed file:
Changes:
| ... | ... | @@ -861,7 +861,7 @@ | 
| 861 | 861 |      (:tag :issues)
 | 
| 862 | 862 |    (flet ((get-file ()
 | 
| 863 | 863 |  	   ;; This assumes that there is only one file in resources/darwin
 | 
| 864 | -	   (let ((files (directory "resources/darwin/*.txt")))
 | 
|
| 864 | +	   (let ((files (directory (merge-pathnames "resources/darwin/*.txt" *test-path*))))
 | 
|
| 865 | 865 |  	     (assert-equal (length files) 1)
 | 
| 866 | 866 |  	     (first files))))
 | 
| 867 | 867 |      (let ((f (get-file))
 |