repo.or.cz
/
clive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable 11redtube.t.
[clive.git]
/
t
/
00compiles.t
blob
1cd2aeb38adc6711e321de371f4d4b46616972e6
1
use warnings;
2
use strict;
3
4
use Test::More qw(no_plan);
5
6
my $output = qx(perl -c -I./blib/lib blib/script/clive 2>&1);
7
8
ok( $output =~ /syntax OK$/ )
9
or diag explain $output;