diff --git a/run_tests_common.sh b/run_tests_common.sh index 27dd6908..2203d719 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -75,7 +75,7 @@ if [[ ${#BINDEP_PKGS} > 0 ]]; then *suse*) sudo zypper -n in $BINDEP_PKGS ;; - centos) + centos|fedora) sudo $RHT_PKG_MGR install -y $BINDEP_PKGS ;; ubuntu|debian)