summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/findbin.t
blob: f0939e94a9196b4cbe230398d17fbe229e064c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!./perl

BEGIN {
    chdir 't' if -d 't';
    unshift @INC, '../lib';
}

print "1..1\n";

use FindBin qw($Bin);

print "not " unless $Bin =~ m,t[/.]lib\]?$,;
print "ok 1\n";
OpenPOWER on IntegriCloud