summaryrefslogtreecommitdiff
path: root/t/run/switcha.t
blob: ec2f0ccc0661c884ed6710fe3c5cd1e545a78e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!./perl -na

BEGIN {
    print "1..2\n";
    *ARGV = *DATA;
    $i = 0;
}
print "$F[1] ",++$i,"\n";

__DATA__
not ok
not ok 3