X-Git-Url: http://git.ieval.ro/?p=mafia.git;a=blobdiff_plain;f=t%2Fexamples.t;fp=t%2Fexamples.t;h=39af49a5e3f2b41a7fb3a7786eb0be0447e0bc0f;hp=56423e76896351ee1b937a3734f82439682f6bfb;hb=78e7a0594cc773f3af79a430d248116d388ba43d;hpb=1dbc778e0af96fa1371915f8cfc70a5c183ff943 diff --git a/t/examples.t b/t/examples.t index 56423e7..39af49a 100644 --- a/t/examples.t +++ b/t/examples.t @@ -17,7 +17,7 @@ for my $example (@examples) { open STDOUT, '>', \$out; clean; - do rel2abs $example; + do(rel2abs($example)); $example =~ s/\.pl$//; my $ok = join '', IO::File->new("$example.out", '<')->getlines; is $out, $ok, substr $example, length 't/examples/'