Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / plan_skip_all.t
CommitLineData
ccbd73a4 1# $Id: /mirror/googlecode/test-more/t/plan_skip_all.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $
33459055 2BEGIN {
a9153838 3 if( $ENV{PERL_CORE} ) {
4 chdir 't';
5 @INC = '../lib';
6 }
33459055 7}
8
9use Test::More;
10
11plan skip_all => 'Just testing plan & skip_all';
12
13fail('We should never get here');