X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F12-more-skip_all-import.t;fp=t%2F12-more-skip_all-import.t;h=dc7b3c40d82413719bd50d624c4d8bf60638eb1c;hb=e8344578d5e1adee2159ae5490719996d6834bdb;hp=0000000000000000000000000000000000000000;hpb=04f59576053a0b9680c11ad6353d9f6d88bb1107;p=perl%2Fmodules%2FVPIT-TestHelpers.git diff --git a/t/12-more-skip_all-import.t b/t/12-more-skip_all-import.t new file mode 100644 index 0000000..dc7b3c4 --- /dev/null +++ b/t/12-more-skip_all-import.t @@ -0,0 +1,14 @@ +#!perl -T + +use strict; +use warnings; + +use Test::More; + +use VPIT::TestHelpers; + +load_or_skip_all 'Cwd', undef, [ 'not_in_cwd_pm' ]; + +plan tests => 1; + +fail 'not reached';