We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c805d commit 3d76765Copy full SHA for 3d76765
http-easy-test/net/http-easy/http-easy.rkt
@@ -466,7 +466,8 @@
466
(get-output-string out)))
467
;; The server is not available on older versions of
468
;; Racket, so deal with that possibility.
469
- (unless (regexp-match? #rx"open-input-file: cannot open module file" err)
+ (unless (or (regexp-match? #rx"standard-module-name-resolver: collection not found" err)
470
+ (regexp-match? #rx"open-input-file: cannot open module file" err))
471
(fail-check err))]))
472
(lambda ()
473
(control 'interrupt)
0 commit comments