[Git][cmucl/cmucl][master] 2 commits: Fix #490: Provide more info in test mkstemp.name-returned
Raymond Toy pushed to branch master at cmucl / cmucl Commits: d740020b by Raymond Toy at 2026-03-12T18:49:55-07:00 Fix #490: Provide more info in test mkstemp.name-returned - - - - - 3db302f3 by Raymond Toy at 2026-03-12T18:49:55-07:00 Merge branch 'issue-490-mkstemp-name-returned-more-info' into 'master' Fix #490: Provide more info in test mkstemp.name-returned Closes #490 See merge request cmucl/cmucl!367 - - - - - 1 changed file: - tests/unix.lisp Changes: ===================================== tests/unix.lisp ===================================== @@ -16,7 +16,9 @@ (assert-true fd) (assert-true (equalp (length filename) (length template))) (assert-false (equalp filename template)) - (assert-true (>= 5 (mismatch filename template)))))) + (assert-true (>= 5 (mismatch filename template)) + filename + template)))) (when fd (unix:unix-unlink filename))))) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6b134354484a117ed7aff84... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6b134354484a117ed7aff84... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)