This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix occasional op/time.t failure
[perl5.git] / t / run / switchx.t
CommitLineData
77818208
MS
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
8require './test.pl';
dc459aad 9use File::Spec::Functions;
77818208 10
dc459aad 11print runperl( switches => ['-x'], progfile => catfile(curdir(), 'run', 'switchx.aux') );