Commit b26ddf0
authored
tests: gate t-verify-self-spf on TEST_SPF conditional (#412)
The test requires SPFSelfValidate support compiled in (--with-spf) but
was included unconditionally in LIVE_TESTS, causing it to always fail
rather than skip when SPF support is absent. Move it inside TEST_SPF
so it only runs when the feature is actually enabled.
Fixes #411.1 parent 851e006 commit b26ddf0
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments