diff --git a/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt b/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt index c217a89b..7a4d1d74 100644 --- a/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt +++ b/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt @@ -98,8 +98,7 @@ (unless (system* racket-bin (path->string - (build-path (collection-path "tests" "framework") - "framework-test-engine.rkt"))) + (collection-file-path "framework-test-engine.rkt" "framework" "tests"))) (eprintf "starting gracket failed; used path ~s\n" racket-bin)))) (debug-printf mz-tcp "accepting listener\n") (let-values ([(in out) (tcp-accept listener)])