summaryrefslogtreecommitdiff
path: root/t/op/substr_thr.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-23 13:41:52 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-24 01:45:30 -0800
commit0f6a9542d4c2a72b49e7de8db6a889863087a163 (patch)
tree13937a43ac1d1aeffde772763237048beb6eacf9 /t/op/substr_thr.t
parentfbac7ddfe5fe25427224e9715c122160178f47a2 (diff)
downloadperl-0f6a9542d4c2a72b49e7de8db6a889863087a163.tar.gz
Move substr tests under t/op
Commit a4499558 moved them under t/re along with the subst tests, but these are unrelated to regexps.
Diffstat (limited to 't/op/substr_thr.t')
-rw-r--r--t/op/substr_thr.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/substr_thr.t b/t/op/substr_thr.t
new file mode 100644
index 0000000000..9ce1d3ada4
--- /dev/null
+++ b/t/op/substr_thr.t
@@ -0,0 +1,3 @@
+#!./perl
+chdir 't' if -d 't';
+require './thread_it.pl';