summaryrefslogtreecommitdiff
path: root/rt/t/mail/verp.t
blob: 79ede90abdf57ac5db8bbd0f50cca496a06a8b27 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w

use strict;
use RT::Test tests => 1;
TODO: { 
    todo_skip "No tests written for VERP yet", 1;
    ok(1,"a test to skip");
}