diff options
Diffstat (limited to 't/lib/ftmp-security.t')
-rwxr-xr-x | t/lib/ftmp-security.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/ftmp-security.t b/t/lib/ftmp-security.t index d31cc9e341..761cbc12f4 100755 --- a/t/lib/ftmp-security.t +++ b/t/lib/ftmp-security.t @@ -25,7 +25,7 @@ use File::Temp qw/ tempfile unlink0 /; ok(1); # The high security tests must currently be skipped on Windows -my $skipplat = ( ($^O eq 'MSWin32' || $^O eq 'os2') ? 1 : 0 ); +my $skipplat = ( ($^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'dos') ? 1 : 0 ); # Can not run high security tests in perls before 5.6.0 my $skipperl = ($] < 5.006 ? 1 : 0 ); |