mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Move unrelated test to another relevant place
This commit is contained in:
parent
ffa3b1b52e
commit
5761c123e5
2 changed files with 5 additions and 5 deletions
|
|
@ -37,8 +37,3 @@ if [ "$REVOKED" != 1 ] ; then
|
|||
echo "Did not find one revoked cert as expected ($REVOKED)"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! letsencrypt-auto --help --no-self-upgrade | grep -F "letsencrypt-auto [SUBCOMMAND]"; then
|
||||
echo "letsencrypt-auto not included in help output!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -5,3 +5,8 @@
|
|||
cd letsencrypt
|
||||
# help installs virtualenv and does nothing else
|
||||
./letsencrypt-auto-source/letsencrypt-auto -v --debug --help all
|
||||
|
||||
if ! ./letsencrypt-auto-source/letsencrypt-auto --help --no-self-upgrade | grep -F "letsencrypt-auto [SUBCOMMAND]"; then
|
||||
echo "letsencrypt-auto not included in help output!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue