diff --git a/pkgs/racket-pkgs/racket-test/tests/pkg/tests-scope.rkt b/pkgs/racket-pkgs/racket-test/tests/pkg/tests-scope.rkt index 983259c27d..fc5bd46edc 100644 --- a/pkgs/racket-pkgs/racket-test/tests/pkg/tests-scope.rkt +++ b/pkgs/racket-pkgs/racket-test/tests/pkg/tests-scope.rkt @@ -17,7 +17,6 @@ (define main-dir (simplify-path (build-path (find-pkgs-dir) 'up))) $ "racket -l racket/base -l pkg/lib -l setup/dirs -e '(cons (find-pkgs-dir) (get-all-pkg-scopes))'" =stdout> (string-append (~v (list (build-path (fake-installation-dir) "pkgs") - (build-path main-dir "devel-pkgs") (build-path main-dir "pkgs") 'installation 'user))