4676d1abf4f8f77104e4fac88d92e4f22d2694f3
[p5sagit/p5-mst-13.2.git] / t / run / switchx.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '../lib';
6 }
7
8 require './test.pl';
9
10 print runperl( switches => ['-x'], progfile => 'run/switchx.aux' );