diff options
Diffstat (limited to 't/run/exit.t')
-rw-r--r-- | t/run/exit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/exit.t b/t/run/exit.t index 02e57c65f8..ce3270e4f8 100644 --- a/t/run/exit.t +++ b/t/run/exit.t @@ -39,7 +39,7 @@ if ($^O eq 'VMS') { $numtests = 29 unless $vms_exit_mode; } -require "test.pl"; +require "./test.pl"; plan(tests => $numtests); my $native_success = 0; |