fix a test for the default package catalog

This commit is contained in:
Matthew Flatt 2016-01-06 13:17:44 -07:00
parent 711ab4d984
commit fe1ffbe36f

View File

@ -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"