diff --git a/t/run/exit.t b/t/run/exit.t index ce3270e4f8d9..73845ffa1c4d 100644 --- a/t/run/exit.t +++ b/t/run/exit.t @@ -45,7 +45,7 @@ plan(tests => $numtests); my $native_success = 0; $native_success = 1 if $^O eq 'VMS'; -my $exit, $exit_arg; +my ($exit, $exit_arg); $exit = run('exit'); is( $exit >> 8, 0, 'Normal exit' );