From 8b17eaf422ae5bea4c1f2264576a3280d50b66dd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Nov 2014 01:52:35 -0500 Subject: Woops, also s/parabolagnulinux.org/parabola.nu/ in test/ --- test/librechroot-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/librechroot-test.sh') 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() { -- cgit v1.2.3-54-g00ecf