summaryrefslogtreecommitdiff
path: root/t/re
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-09-10 23:14:19 +0200
committerVincent Pit <perl@profvince.com>2009-09-10 23:14:19 +0200
commit5931e39587b08515604ceabf127c4b1970903463 (patch)
treee3b37b710812254c25de3bdc8c3bcba1309cbf21 /t/re
parenta3bef8ed8dece3b48e9e11993f255fbe719a0647 (diff)
downloadperl-5931e39587b08515604ceabf127c4b1970903463.tar.gz
Fix paths in threaded regexp tests
Diffstat (limited to 't/re')
-rw-r--r--t/re/pat_thr.t2
-rw-r--r--t/re/reg_email_thr.t2
-rw-r--r--t/re/regexp_unicode_prop_thr.t2
-rw-r--r--t/re/substr_thr.t2
4 files changed, 4 insertions, 4 deletions
diff --git a/t/re/pat_thr.t b/t/re/pat_thr.t
index 3228b33a65..159be92d1b 100644
--- a/t/re/pat_thr.t
+++ b/t/re/pat_thr.t
@@ -4,4 +4,4 @@ chdir 't' if -d 't';
@INC = ('../lib', '.');
require 'thread_it.pl';
-thread_it(qw(op pat.t));
+thread_it(qw(re pat.t));
diff --git a/t/re/reg_email_thr.t b/t/re/reg_email_thr.t
index 8eafc0588d..243212640b 100644
--- a/t/re/reg_email_thr.t
+++ b/t/re/reg_email_thr.t
@@ -4,4 +4,4 @@ chdir 't' if -d 't';
@INC = ('../lib', '.');
require 'thread_it.pl';
-thread_it(qw(op reg_email.t));
+thread_it(qw(re reg_email.t));
diff --git a/t/re/regexp_unicode_prop_thr.t b/t/re/regexp_unicode_prop_thr.t
index ae40d43af1..607ad9440d 100644
--- a/t/re/regexp_unicode_prop_thr.t
+++ b/t/re/regexp_unicode_prop_thr.t
@@ -4,4 +4,4 @@ chdir 't' if -d 't';
@INC = ('../lib', '.');
require 'thread_it.pl';
-thread_it(qw(op regexp_unicode_prop.t));
+thread_it(qw(re regexp_unicode_prop.t));
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));