Skip to content

Commit 6672f19

Browse files
committed
Note inability to test large muli-arg exit vals.
1 parent 5b7394a commit 6672f19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/win32.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ chdir("t");
4545
foreach my $big_exitval (SMALL_EXIT, BIG_EXIT, HUGE_EXIT) {
4646

4747
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.
4851
eval {
4952
$exit = run([$big_exitval], CMD . qq{ "exit $big_exitval"});
5053
};

0 commit comments

Comments
 (0)