You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: t/54taint.t
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ use Config;
6
6
# doesn't work. We don't want to have the user deal with that.
7
7
BEGIN { unless ($INC{'t/lib/DBICTest/WithTaint.pm'}) {
8
8
9
+
if ( $^O eq'MSWin32'and $^X =~ /\x20/ ) {
10
+
print"1..0 # SKIP Running this test on Windows with spaces within the perl executable path (\$^X) is not possible due to https://rt.perl.org/Ticket/Display.html?id=123907\n";
11
+
exit 0;
12
+
}
13
+
9
14
# it is possible the test itself is initially invoked in taint mode
10
15
# and with relative paths *and* with a relative $^X and some other
0 commit comments