File tree Expand file tree Collapse file tree 5 files changed +3
-19
lines changed Expand file tree Collapse file tree 5 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -5051,7 +5051,6 @@ t/re/reg_pmod.t See if regexp /p modifier works as expected
5051
5051
t/re/reg_posixcc.t See if posix character classes behave consistently
5052
5052
t/re/reg_unsafe.t Check for unsafe match vars
5053
5053
t/re/re.t See if exportable 're' funcs in universal.c work
5054
- t/re/ReTest.pl Test utilities for the t/re/pat*.t tests (used by do)
5055
5054
t/re/re_tests Regular expressions for regexp.t
5056
5055
t/re/rxcode.t See if /(?{ code })/ works
5057
5056
t/re/subst_amp.t See if $&-related substitution works
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $| = 1;
18
18
BEGIN {
19
19
chdir ' t' if -d ' t' ;
20
20
@INC = (' ../lib' ,' .' );
21
- do " re/ReTest .pl" or die $@ ;
21
+ require ' ./test .pl' ;
22
22
}
23
23
24
24
plan tests => 455; # Update this when adding/deleting tests.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BEGIN {
21
21
}
22
22
chdir ' t' if -d ' t' ;
23
23
@INC = (' ../lib' ,' .' );
24
- do " re/ReTest .pl" or die $@ ;
24
+ require ' ./test .pl' ;
25
25
}
26
26
27
27
run_tests() unless caller ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BEGIN {
21
21
}
22
22
chdir ' t' if -d ' t' ;
23
23
@INC = (' ../lib' ,' .' );
24
- do " re/ReTest .pl" or die $@ ;
24
+ require ' ./test .pl' ;
25
25
}
26
26
27
27
You can’t perform that action at this time.
0 commit comments