Refactored.

This commit is contained in:
Thomas VIAL 2016-08-17 14:17:55 +02:00
parent 4d41f38576
commit 140cbc787b
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
####################################################################################################
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_tag_level_deflt is set correctly (default)" {
if [ -n "$SA_TAG" ]; then
skip
fi
@ -12,7 +12,7 @@
[ "$status" -eq 0 ]
}
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_tag2_level_deflt is set correctly (default)" {
if [ -n "$SA_TAG2" ]; then
skip
fi
@ -20,7 +20,7 @@
[ "$status" -eq 0 ]
}
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_kill_level_deflt is set correctly (default)" {
if [ -n "$SA_KILL" ]; then
skip
fi
@ -34,7 +34,7 @@
#
####################################################################################################
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_tag_level_deflt is set correctly (custom)" {
if [ -z "$SA_TAG" ]; then
skip
fi
@ -42,7 +42,7 @@
[ "$status" -eq 0 ]
}
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_tag2_level_deflt is set correctly (custom)" {
if [ -z "$SA_TAG" ]; then
skip
fi
@ -50,7 +50,7 @@
[ "$status" -eq 0 ]
}
@test "checking spamassassin: docker env variables are set correctly (default)" {
@test "checking spamassassin: sa_kill_level_deflt is set correctly (custom)" {
if [ -z "$SA_TAG" ]; then
skip
fi