fix a test for the default package catalog
This commit is contained in:
parent
711ab4d984
commit
fe1ffbe36f
|
@ -8,7 +8,7 @@
|
||||||
(with-fake-root
|
(with-fake-root
|
||||||
(shelly-case
|
(shelly-case
|
||||||
"reading and writing configs"
|
"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 --set catalogs http://localhost:9000"
|
||||||
$ "raco pkg config -u catalogs" =stdout> "http://localhost:9000\n"
|
$ "raco pkg config -u catalogs" =stdout> "http://localhost:9000\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user