summaryrefslogtreecommitdiff
path: root/t/cmd
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-19 20:39:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-20 13:49:16 -0700
commitbf25380621dd6c21aaa58cea56c96cf9afa8f3b2 (patch)
tree86bb7f49edfd75533259c4d9eb6bd4faaafd261f /t/cmd
parentce571c634ea8c5cdd32dd3f0d63d767c91a660bf (diff)
downloadperl-bf25380621dd6c21aaa58cea56c96cf9afa8f3b2.tar.gz
Let while.t run from the top level
Diffstat (limited to 't/cmd')
-rw-r--r--t/cmd/while.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cmd/while.t b/t/cmd/while.t
index 5107fe286d..5d2af711a5 100644
--- a/t/cmd/while.t
+++ b/t/cmd/while.t
@@ -1,6 +1,7 @@
#!./perl
BEGIN {
+ chdir 't';
require "test.pl";
}