diff options
Diffstat (limited to 't/re')
-rw-r--r-- | t/re/pat_thr.t | 2 | ||||
-rw-r--r-- | t/re/reg_email_thr.t | 2 | ||||
-rw-r--r-- | t/re/regexp_unicode_prop_thr.t | 2 | ||||
-rw-r--r-- | t/re/substr_thr.t | 2 |
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)); |