Skip to content

Commit a8b8ef6

Browse files
committed
t/run/exit.t: Fix syntax of 'my'
I found this by code reading
1 parent 4092daf commit a8b8ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/run/exit.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plan(tests => $numtests);
4545
my $native_success = 0;
4646
$native_success = 1 if $^O eq 'VMS';
4747

48-
my $exit, $exit_arg;
48+
my ($exit, $exit_arg);
4949

5050
$exit = run('exit');
5151
is( $exit >> 8, 0, 'Normal exit' );

0 commit comments

Comments
 (0)