From d792dad1b0636234894f704e9222ddebe84f336f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Apr 2017 22:52:59 -0400 Subject: test/librechroot: Avoid waiting for pacman confirmation. --- test/librechroot-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.2