Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
92d5034d
Commit
92d5034d
authored
Feb 25, 2014
by
Francois-Rene Rideau
Committed by
Robert P. Goldman
Feb 27, 2014
Browse files
Avoid a test failure on SBCL/Windows
parent
7b41a6f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-utilities.script
View file @
92d5034d
...
...
@@ -261,7 +261,8 @@
(assert (not (base-string-p (strcat (basify "ab") #\c *last-char* (unbasify "d")))))
(assert (base-string-p (strcat (basify "ab") #\c #\d))))
(assert-pathname-equal *test-directory* (getcwd))
(or #+os-windows (equalp *test-directory* (getcwd)) ;; Avoid C:\Users vs C:\users on SBCL.
(assert-pathname-equal *test-directory* (getcwd)))
(assert-equal +crlf+ (map 'string 'code-char '(13 10)))
(assert-equal +lf+ (map 'string 'code-char '(10)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment