Fix raco test on relative paths.
This commit is contained in:
parent
c97ce693f3
commit
3a025efcce
|
@ -735,7 +735,9 @@
|
||||||
#f
|
#f
|
||||||
(path->collects-relative p #:cache collects-cache)))
|
(path->collects-relative p #:cache collects-cache)))
|
||||||
(when (list? c)
|
(when (list? c)
|
||||||
(check-info/parents base
|
(check-info/parents (if (path? base)
|
||||||
|
(path->complete-path base)
|
||||||
|
(current-directory)) ; got 'relative
|
||||||
(apply build-path (map bytes->path (reverse (cdr (reverse (cdr c)))))))))
|
(apply build-path (map bytes->path (reverse (cdr (reverse (cdr c)))))))))
|
||||||
|
|
||||||
(define (normalize-info-path p)
|
(define (normalize-info-path p)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user