[PATCH] extend syntax tests to test directory

[email protected] (Matt Simerson)
Newsgroups perl.qpsmtpd
Message-ID <[email protected]>
extend syntax tests to test directory

lets see what Travis thinks of this... (it turned out okay)

---
t/01-syntax.t |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/01-syntax.t b/t/01-syntax.t
index 885ca3e..82ffeb4 100644
--- a/t/01-syntax.t
+++ b/t/01-syntax.t
@@ -15,7 +15,7 @@ use lib 'lib';

my $this_perl = $Config{'perlpath'} || $EXECUTABLE_NAME;

-my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib' );
+my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib', 't' );

sub test_syntax { 
    my $f = $File::Find::name;
-- 
1.7.9.6
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.