duplication--

This commit is contained in:
Brad Warren
2016-02-08 18:14:29 -08:00
parent 70402790a3
commit 7a902daa9f
2 changed files with 7 additions and 21 deletions
+5 -6
View File
@@ -20,17 +20,16 @@ else
readlink="readlink"
fi
common() {
letsencrypt_test \
common_no_force_renew() {
letsencrypt_test_no_force_renew \
--authenticator standalone \
--installer null \
"$@"
}
common_no_force_renew() {
letsencrypt_test_no_force_renew \
--authenticator standalone \
--installer null \
common() {
common_no_force_renew \
--renew-by-default \
"$@"
}