-P on VMS. Evicting sed
[p5sagit/p5-mst-13.2.git] / t / run / switchPx.t
CommitLineData
1b24ed4b 1#!./perl
2
3# Ensure that the -P and -x flags work together.
4
5BEGIN {
6 chdir 't' if -d 't';
7 @INC = '../lib';
8}
9
10require './test.pl';
11
12print runperl( switches => ['-Px'],
13 nolib => 1, # for some reason this is necessary under VMS
14 progfile => 'run/switchPx.aux' );