diff options
author | Vincent Pit <perl@profvince.com> | 2009-09-10 23:14:19 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-09-10 23:14:19 +0200 |
commit | 5931e39587b08515604ceabf127c4b1970903463 (patch) | |
tree | e3b37b710812254c25de3bdc8c3bcba1309cbf21 /t/re/substr_thr.t | |
parent | a3bef8ed8dece3b48e9e11993f255fbe719a0647 (diff) | |
download | perl-5931e39587b08515604ceabf127c4b1970903463.tar.gz |
Fix paths in threaded regexp tests
Diffstat (limited to 't/re/substr_thr.t')
-rw-r--r-- | t/re/substr_thr.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/substr_thr.t b/t/re/substr_thr.t index babb48d8ec..295c61760e 100644 --- a/t/re/substr_thr.t +++ b/t/re/substr_thr.t @@ -4,4 +4,4 @@ chdir 't' if -d 't'; @INC = ('../lib', '.'); require 'thread_it.pl'; -thread_it(qw(op substr.t)); +thread_it(qw(re substr.t)); |