diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-25 20:58:56 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-08 23:21:04 +0200 |
commit | 1ae3d757c27db17c9ef6b0c67525092963a9f025 (patch) | |
tree | 52b982458714cd7bb08773ae03a943a1842de0e2 /t/run | |
parent | a817e89d04f0dee7285d1e26ba27439611ce97f9 (diff) | |
download | perl-1ae3d757c27db17c9ef6b0c67525092963a9f025.tar.gz |
Test preamble: unify to dot slash test dot pl
Diffstat (limited to 't/run')
-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; |