summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/ext/arybase/t/scope.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/ext/arybase/t/scope.t')
-rw-r--r--gnu/usr.bin/perl/ext/arybase/t/scope.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/ext/arybase/t/scope.t b/gnu/usr.bin/perl/ext/arybase/t/scope.t
index 07b41769779..5fca19610c3 100644
--- a/gnu/usr.bin/perl/ext/arybase/t/scope.t
+++ b/gnu/usr.bin/perl/ext/arybase/t/scope.t
@@ -30,6 +30,7 @@ is $t[3], "a";
is $t[3], "e";
}
is $t[3], "a";
+BEGIN { push @INC, '.' }
use t::scope_0;
is scope0_test(), "d";