summaryrefslogtreecommitdiff
path: root/t/90-file-port.t
blob: 36a8fe4353e6a18d3391fde5c767924988e3dbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

use Test::More;

plan skip_all => "Enable DEVEL_TESTS environent variable"
  unless ($ENV{DEVEL_TESTS});

eval "use Test::Portability::Files";

plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@;


run_tests();