diff --git a/tests/gold_tests/autest-site/conditions.test.ext b/tests/gold_tests/autest-site/conditions.test.ext index 52af993d505..e182e699ab3 100644 --- a/tests/gold_tests/autest-site/conditions.test.ext +++ b/tests/gold_tests/autest-site/conditions.test.ext @@ -79,7 +79,7 @@ def HasCurlOption(self, option): return False return self.CheckOutput( - ['curl', '--help'], + ['curl', '--help', 'all'], default, "Curl needs to support option: {option}".format(option=option) )