We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2371a9b commit a82deb7Copy full SHA for a82deb7
t/run/exit.t
@@ -45,7 +45,7 @@ plan(tests => $numtests);
45
my $native_success = 0;
46
$native_success = 1 if $^O eq 'VMS';
47
48
-my $exit, $exit_arg;
+my ($exit, $exit_arg);
49
50
$exit = run('exit');
51
is( $exit >> 8, 0, 'Normal exit' );
0 commit comments