diff --git a/test/cases/regression-composer-works-behind-satellite-fallback.sh b/test/cases/regression-composer-works-behind-satellite-fallback.sh index ae72c193e..23682a582 100644 --- a/test/cases/regression-composer-works-behind-satellite-fallback.sh +++ b/test/cases/regression-composer-works-behind-satellite-fallback.sh @@ -83,8 +83,8 @@ function cleanup { set +eu greenprint "Display httpd logs" - cat /var/log/httpd/access_log - cat /var/log/httpd/error_log + sudo cat /var/log/httpd/access_log + sudo cat /var/log/httpd/error_log greenprint "Putting things back to their previous configuration"