projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
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");