Raymond Toy pushed to branch master at cmucl / cmucl Commits: 16d8365f by Raymond Toy at 2026-04-30T17:17:00-07:00 Remove extra trailing paren in tests/unix.lisp - - - - - 1 changed file: - tests/unix.lisp Changes: ===================================== tests/unix.lisp ===================================== @@ -20,7 +20,7 @@ filename template)))) (when fd - (unix:unix-unlink filename))))) + (unix:unix-unlink filename)))) (define-test mkstemp.non-ascii-name-returned (:tag :issues) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/16d8365f8acd96d71f2b1c24... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/16d8365f8acd96d71f2b1c24... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help