Additional remarks for tests\README.md

This commit is contained in:
inikep
2016-06-10 13:59:08 +02:00
parent b06c3e7d6c
commit f169029622
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ if __name__ == '__main__':
# check availability of e-mail senders
have_mutt = does_command_exist("mutt --help");
have_mail = does_command_exist("mail -V");
if not have_mutt and not have_mail
if not have_mutt and not have_mail:
log("WARNING: e-mail senders mail and mutt not found")
# clone ZSTD repo if needed