summaryrefslogtreecommitdiff
path: root/test/libremakepkg-test.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-15 18:25:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-15 18:25:30 -0400
commitc24cf05d2f9a3d06ca272c7a7fcf8de505334261 (patch)
tree703d72010f8deee63033ed345d3b28272fe5b5eb /test/libremakepkg-test.sh
parent3356f339077ed317cd645768092649e9e7369f6c (diff)
test/: Use `librechroot install-name` rather than `librechroot run pacman`v20180815
Diffstat (limited to 'test/libremakepkg-test.sh')
-rw-r--r--test/libremakepkg-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh
index 0d24b43..0482638 100644
--- a/test/libremakepkg-test.sh
+++ b/test/libremakepkg-test.sh
@@ -143,7 +143,7 @@ it_detects_distcc_files() {
echo "CHROOTEXTRAPKG+=(distcc-nozeroconf socat)" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf
trap 'sed -i /CHROOTEXTRAPKGs+=/d "$XDG_CONFIG_HOME"/libretools/chroot.conf' RETURN
libremessages msg 'Creating a chroot, may take a few minutes' &>/dev/tty
- testsudo librechroot -l "$roundup_test_name" run pacman -S --noconfirm distcc-nozeroconf socat
+ testsudo librechroot -l "$roundup_test_name" install-name distcc-nozeroconf socat
# first make sure that the engine works
testsudo libremakepkg -l "$roundup_test_name"