Refactored.
This commit is contained in:
parent
4d41f38576
commit
140cbc787b
|
@ -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
|
if [ -n "$SA_TAG" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
fi
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
[ "$status" -eq 0 ]
|
[ "$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
|
if [ -n "$SA_TAG2" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
fi
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
[ "$status" -eq 0 ]
|
[ "$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
|
if [ -n "$SA_KILL" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
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
|
if [ -z "$SA_TAG" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
fi
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
[ "$status" -eq 0 ]
|
[ "$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
|
if [ -z "$SA_TAG" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
fi
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
[ "$status" -eq 0 ]
|
[ "$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
|
if [ -z "$SA_TAG" ]; then
|
||||||
skip
|
skip
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue