tests: truename: windows doesn't have real symlinks

Add missing cygwin declaration
This commit is contained in:
Daniel Kochmański 2016-12-07 20:11:22 +01:00
parent 6cd9dcf6b6
commit 8f7dabce13

View file

@ -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/"))