fix moddep test for Windows
svn: r10186
This commit is contained in:
parent
76732257c7
commit
301a91e0ad
|
@ -116,7 +116,7 @@
|
|||
(test-cmp '(planet "x.ss" ("m" "z.plt" 2 (- 5))) '(planet "m/z:2:<=5/x.ss") (build-path "yikes"))
|
||||
(test-cmp '(planet "x.ss" ("m" "z.plt" 2 (7 99))) '(planet "m/z:2:7-99/x.ss") (build-path "yikes"))
|
||||
|
||||
(test-cmp (string->path "./x.ss") "x.ss" (build-path 'same))
|
||||
(test-cmp (build-path 'same "x.ss") "x.ss" (build-path 'same))
|
||||
|
||||
;; Try path cases that don't fit UTF-8 (and therefore would go wrong as a string):
|
||||
(let ([dir (build-path (current-directory) (bytes->path #"\xFF"))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user