diff --git a/tests/common b/tests/common index 84a4b9d3..d7d2e9be 100644 --- a/tests/common +++ b/tests/common @@ -58,7 +58,7 @@ export have_root_helper setup_root_helper() { if [ $UID != 0 ]; then - sudo=sudo + sudo="sudo --non-interactive" fi have_root_helper=1 }