]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Exclude t/data from coverage testing
authorRuss Allbery <eagle@eyrie.org>
Fri, 28 Feb 2014 23:54:30 +0000 (15:54 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 28 Feb 2014 23:54:30 +0000 (15:54 -0800)
commitb4e38b5eaa35aa9d9d9b198b350007d241a12cd6
tree9483dfceb068f9e4e649a7c4d0bd29e30b45b96d
parentda74742f3a37e0a8d21cab9be7e403029655892a
Exclude t/data from coverage testing

We may have tiny support programs in the t/data directory.  Those
shouldn't be run as part of coverage testing.  Not only will they
probably not contribute to coverage, they may do disruptive things
like expect something on standard input.
t/style/coverage.t