summaryrefslogtreecommitdiff
path: root/t/90-file-port.t
diff options
context:
space:
mode:
Diffstat (limited to 't/90-file-port.t')
-rw-r--r--t/90-file-port.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/90-file-port.t b/t/90-file-port.t
new file mode 100644
index 0000000..36a8fe4
--- /dev/null
+++ b/t/90-file-port.t
@@ -0,0 +1,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();