We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7394a commit 6672f19Copy full SHA for 6672f19
t/win32.t
@@ -45,6 +45,9 @@ chdir("t");
45
foreach my $big_exitval (SMALL_EXIT, BIG_EXIT, HUGE_EXIT) {
46
47
my $exit;
48
+ # XXX Ideally, we would find a way to test the multi-argument form, too,
49
+ # but cmd.exe no longer works with that form, because all args are quoted,
50
+ # and /x/d/c must not be.
51
eval {
52
$exit = run([$big_exitval], CMD . qq{ "exit $big_exitval"});
53
};
0 commit comments