blob: 5dba12683bb2b3dbbfda366a180ad56d11951c57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require "vnd.dovecot.testsuite";
require "ihave";
test "Restricted: encoded-character" {
if ihave "encoded-character" {
test_fail "encoded-character extension is incompatible with ihave";
}
}
test "Restricted: variables" {
if ihave "variables" {
test_fail "variables extension is incompatible with ihave";
}
}
|