From 8b613eed8f3a9bb0313cafe887c9cc764355dd8e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 8 Feb 2016 18:39:59 -0800 Subject: [PATCH] Pass additional args to letsencrypt_test_no_force_renew --- tests/integration/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index 77a60112b..e86d087cb 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -13,7 +13,8 @@ export root store_flags letsencrypt_test () { letsencrypt_test_no_force_renew \ - --renew-by-default + --renew-by-default \ + "$@" } letsencrypt_test_no_force_renew () {