This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform.
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 10:31:32 +0000 (10:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 10:32:23 +0000 (10:32 +0000)
commit4f018ed094fde8223d458959a30ea42ff841f880
tree6523698ff77c507a6764bc0df2e542c7b514be71
parent224b2e7e6be9296f0761c242069908f4a4e2bf16
Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform.

VMS invokes TEST with Unix-style filenames, so using / as a separator inside
t/thread_it.pl should not pose a portability problem. ':' is irrelevant now
that MacOS Classic is very "special biologist word".
t/op/index_thr.t
t/re/pat_advanced_thr.t
t/re/pat_psycho_thr.t
t/re/pat_re_eval_thr.t
t/re/pat_rt_report_thr.t
t/re/pat_special_cc_thr.t
t/re/pat_thr.t
t/re/reg_email_thr.t
t/re/regexp_unicode_prop_thr.t
t/re/substr_thr.t
t/thread_it.pl