summaryrefslogtreecommitdiffstats
path: root/pigeonhole/tests/extensions/duplicate/execute-vnd.svtest
blob: 386550f87b60e41d2f636291b6bbb437e97ba6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require "vnd.dovecot.testsuite";
require "vnd.dovecot.duplicate";

test "Run" {
	if duplicate {
		test_fail "test erroneously reported a duplicate";
	}

	if duplicate :handle "handle" {
		test_fail "test with name erroneously reported a duplicate";
	}

	if duplicate {
		test_fail "test erroneously reported a duplicate";
	}

	if duplicate :handle "handle" {
		test_fail "test with name erroneously reported a duplicate";
	}
}