mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
12 lines
321 B
Diff
12 lines
321 B
Diff
---
|
|
+++ contrib/sb-posix/posix-tests.lisp
|
|
@@ -536,7 +536,7 @@
|
|
nil)
|
|
|
|
(deftest readdir.1
|
|
- (let ((dir (sb-posix:opendir "/")))
|
|
+ (let ((dir (sb-posix:opendir "/")) (sb-alien::*default-c-string-external-format* :utf-8))
|
|
(unwind-protect
|
|
(block dir-loop
|
|
(loop for dirent = (sb-posix:readdir dir)
|