summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/updater_checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh
index 62db246004..dff87a670d 100755
--- a/tests/updater_checks.sh
+++ b/tests/updater_checks.sh
@@ -51,7 +51,7 @@ case "${running_os}" in
update-ca-certificates
;;
"arch")
- pacman -Sy
+ pacman --noconfirm -Syu
pacman --noconfirm --needed -S bash-bats curl libffi
;;
"alpine")