racket/collects/tests/planet2/tests-config.rkt
Jay McCarthy 44b7a12d68 Update URLs again to r-l.o domain
(cherry picked from commit 9d4e47a96e)
2013-01-11 15:34:10 -05:00

12 lines
377 B
Racket

#lang racket/base
(require "shelly.rkt"
"util.rkt")
(pkg-tests
(with-fake-root
(shelly-case
"reading and writing configs"
$ "raco pkg config indexes" =stdout> "https://pnr.racket-lang.org\nhttps://planet-compat.racket-lang.org\n"
$ "raco pkg config --set indexes http://localhost:9000"
$ "raco pkg config indexes" =stdout> "http://localhost:9000\n")))