Fix paths in threaded regexp tests
Vincent Pit [Thu, 10 Sep 2009 21:14:19 +0000 (23:14 +0200)]
t/re/pat_thr.t
t/re/reg_email_thr.t
t/re/regexp_unicode_prop_thr.t
t/re/substr_thr.t

index 3228b33..159be92 100644 (file)
@@ -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));
index 8eafc05..2432126 100644 (file)
@@ -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));
index ae40d43..607ad94 100644 (file)
@@ -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));
index babb48d..295c617 100644 (file)
@@ -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));