From 56903d2405727a0e34c5514c80c06bfddc6cbece Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 9 Aug 2013 14:15:34 -0600 Subject: [PATCH] Fix icons path --- .../gui-test/tests/gracket/image-snip-unmarshalling.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gui-pkgs/gui-test/tests/gracket/image-snip-unmarshalling.rkt b/pkgs/gui-pkgs/gui-test/tests/gracket/image-snip-unmarshalling.rkt index 9ffae76a6d..28d4d42531 100644 --- a/pkgs/gui-pkgs/gui-test/tests/gracket/image-snip-unmarshalling.rkt +++ b/pkgs/gui-pkgs/gui-test/tests/gracket/image-snip-unmarshalling.rkt @@ -114,7 +114,7 @@ and compares a bunch of properties of them '(#f) '(#f #t)) -(parameterize ([current-directory (collection-path "icons")]) +(parameterize ([current-directory (build-path (collection-file-path "b-run.png" "icons") "..")]) (try-perms (list "b-run.png") '(unknown unknown/mask unknown/alpha png png/mask png/alpha)