mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
tests: truename: windows doesn't have real symlinks
Add missing cygwin declaration
This commit is contained in:
parent
6cd9dcf6b6
commit
8f7dabce13
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@
|
|||
;;; (truename #p"/tmp/foo") signals an error because //usr is
|
||||
;;; parsed as a hostname.
|
||||
;;;
|
||||
#-(or windows haiku)
|
||||
#-(or cygwin haiku windows)
|
||||
(test cmp.0013.truename
|
||||
(si:system "rm -rf foo; ln -sf //usr/ foo")
|
||||
(is (equal (namestring (truename "./foo")) "/usr/"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue