summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-10 22:52:59 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-11 13:02:29 -0400
commitd792dad1b0636234894f704e9222ddebe84f336f (patch)
tree26c97d62cb896a9530b7ec0058565af016063f18 /test
parent2a9c41ef4b6df68fc5caa030a9f0641468914439 (diff)
test/librechroot: Avoid waiting for pacman confirmation.
Diffstat (limited to 'test')
-rw-r--r--test/librechroot-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/librechroot-test.sh b/test/librechroot-test.sh
index fc07983..d225834 100644
--- a/test/librechroot-test.sh
+++ b/test/librechroot-test.sh
@@ -126,7 +126,7 @@ it_deletes_subvolumes_recursively() {
require network sudo btrfs || return 0
libremessages msg 'Creating a chroot, may take a few minutes' &>/dev/tty
testsudo librechroot -l "$roundup_test_name" make
- testsudo librechroot -l "$roundup_test_name" install-name btrfs-progs
+ testsudo librechroot -l "$roundup_test_name" run pacman -S --noconfirm btrfs-progs
test -d "$chrootdir/default/$roundup_test_name"
not test -e "$chrootdir/default/$roundup_test_name/var/subvolume"
testsudo librechroot -l "$roundup_test_name" run btrfs subvolume create /var/subvolume