summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/tie-push.t
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/tie-push.t')
-rwxr-xr-xcontrib/perl5/t/lib/tie-push.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/t/lib/tie-push.t b/contrib/perl5/t/lib/tie-push.t
index dd718de..23a0a94 100755
--- a/contrib/perl5/t/lib/tie-push.t
+++ b/contrib/perl5/t/lib/tie-push.t
@@ -2,7 +2,7 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
+ unshift @INC, '../lib';
}
{
@@ -21,4 +21,4 @@ tie @x,Basic;
tie @get,Basic;
tie @got,Basic;
tie @tests,Basic;
-require "../t/op/push.t"
+require "op/push.t"
OpenPOWER on IntegriCloud