summaryrefslogtreecommitdiff
path: root/test/librechroot-test.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:52:35 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:52:35 -0500
commit8b17eaf422ae5bea4c1f2264576a3280d50b66dd (patch)
tree2f440e564e200247cc1efb7890914b1385b08f2f /test/librechroot-test.sh
parent1c45abba48d24758a99fcbe84f2add52b7c94c1d (diff)
Woops, also s/parabolagnulinux.org/parabola.nu/ in test/v20141128
Diffstat (limited to 'test/librechroot-test.sh')
-rw-r--r--test/librechroot-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/librechroot-test.sh b/test/librechroot-test.sh
index 664f3dc..9960fdb 100644
--- a/test/librechroot-test.sh
+++ b/test/librechroot-test.sh
@@ -55,8 +55,8 @@ it_disables_networking_when_requested() {
require network sudo || return 0
libremessages msg 'Creating a chroot, may take a few minutes' &>/dev/tty
- testsudo librechroot -l "$roundup_test_name" run curl https://repo.parabolagnulinux.org/ >/dev/null
- not testsudo librechroot -l "$roundup_test_name" -N run curl https://repo.parabolagnulinux.org/ >/dev/null
+ testsudo librechroot -l "$roundup_test_name" run curl https://repo.parabola.nu/ >/dev/null
+ not testsudo librechroot -l "$roundup_test_name" -N run curl https://repo.parabola.nu/ >/dev/null
}
it_handles_CHROOTEXTRAPKG_correctly() {