mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Silence spammy integration test cases. (#5934)
This commit is contained in:
@@ -185,10 +185,10 @@ get_num_tmp_files() {
|
||||
ls -1 /tmp | wc -l
|
||||
}
|
||||
num_tmp_files=$(get_num_tmp_files)
|
||||
common --csr / && echo expected error && exit 1 || true
|
||||
common --help
|
||||
common --help all
|
||||
common --version
|
||||
common --csr / > /dev/null && echo expected error && exit 1 || true
|
||||
common --help > /dev/null
|
||||
common --help all > /dev/null
|
||||
common --version > /dev/null
|
||||
if [ $(get_num_tmp_files) -ne $num_tmp_files ]; then
|
||||
echo "New files or directories created in /tmp!"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user