summaryrefslogtreecommitdiff
path: root/rt/t/mail/verp.t
blob: a07f80079476c27be0f577b97c8e51a52c95d4f9 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use RT::Test nodb => 1, tests => 1;
TODO: { 
    todo_skip "No tests written for VERP yet", 1;
    ok(1,"a test to skip");
}