diff --git a/rackunit-test/tests/rackunit/pr/13.rkt b/rackunit-test/tests/rackunit/pr/13.rkt index 2f7eb53..5ee3e45 100644 --- a/rackunit-test/tests/rackunit/pr/13.rkt +++ b/rackunit-test/tests/rackunit/pr/13.rkt @@ -33,5 +33,6 @@ (check-equal? (parameterize ([current-output-port (open-output-nowhere)]) (parameterize ([current-error-port (current-output-port)]) - (system/exit-code (format "raco test ~a" me)))) + (system*/exit-code (find-system-path 'exec-file) + "-l" "raco" "--" "test" me))) 1))]))