add dummy test to dynfilt to since it was confusing smoke testers
[imager.git] / dynfilt / t / t00dummy.t
1 #!perl -w
2 use strict;
3 use lib '../t';
4 use Test::More tests => 1;
5 # some smoke testers have been confused because there are no tests
6 # in this directory
7 pass("Dummy test");