summaryrefslogtreecommitdiff
path: root/t/re/qr-72922.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-25 21:02:08 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-10-08 23:21:05 +0200
commitb5efbd1fd58239e05c33884dca48527365e40524 (patch)
tree5675a36a4187d96ccfd467706aa0ccce77b49c93 /t/re/qr-72922.t
parent1ae3d757c27db17c9ef6b0c67525092963a9f025 (diff)
downloadperl-b5efbd1fd58239e05c33884dca48527365e40524.tar.gz
Test preamble: if requiring ./test.pl, needs chdir.
Exception: t/op/chdir, which does things its own way, for obvious reasons.
Diffstat (limited to 't/re/qr-72922.t')
-rw-r--r--t/re/qr-72922.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/re/qr-72922.t b/t/re/qr-72922.t
index 5daaff0942..1b27683332 100644
--- a/t/re/qr-72922.t
+++ b/t/re/qr-72922.t
@@ -2,6 +2,7 @@
use strict;
BEGIN {
+ chdir 't' if -d 't';
require './test.pl';
skip_all_if_miniperl("no dynamic loading on miniperl, no Scalar::Util");
plan(tests => 14);