summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_includes.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_includes.t')
-rw-r--r--test/recipes/90-test_includes.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/90-test_includes.t b/test/recipes/90-test_includes.t
index 301f6c1560..add3813a64 100644
--- a/test/recipes/90-test_includes.t
+++ b/test/recipes/90-test_includes.t
@@ -10,6 +10,8 @@ setup("test_includes");
plan skip_all => "test_includes doesn't work without posix-io"
if disabled("posix-io");
+delete $ENV{OPENSSL_CONF_INCLUDE};
+
plan tests => # The number of tests being performed
5
+ ($^O eq "VMS" ? 2 : 0);