From fe1ffbe36f64f1691e06f01e5b181c9dcc638389 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 6 Jan 2016 13:17:44 -0700 Subject: [PATCH] fix a test for the default package catalog --- pkgs/racket-test/tests/pkg/tests-config.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-test/tests/pkg/tests-config.rkt b/pkgs/racket-test/tests/pkg/tests-config.rkt index bcef764690..92db1deffe 100644 --- a/pkgs/racket-test/tests/pkg/tests-config.rkt +++ b/pkgs/racket-test/tests/pkg/tests-config.rkt @@ -8,7 +8,7 @@ (with-fake-root (shelly-case "reading and writing configs" - $ "raco pkg config catalogs" =stdout> "http://pkgs.racket-lang.org\nhttp://planet-compats.racket-lang.org\n" + $ "raco pkg config catalogs" =stdout> "https://pkgs.racket-lang.org\nhttps://planet-compats.racket-lang.org\n" $ "raco pkg config -u --set catalogs http://localhost:9000" $ "raco pkg config -u catalogs" =stdout> "http://localhost:9000\n"