blob: 6b05b877fb4eb43a6744880c4a2b16ef50c90f1c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001From b842e1de7798a1f7df770bb3f185ad3356e490e6 Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 22 Jun 2015 20:06:56 -0700
4Subject: [PATCH] ext/ODBM_File/t/odbm.t: fix the path of dbmt_common.pl
5
6It should be lib/dbmt_common.pl when run by run-ptest.
7
8Fixed:
9Can't locate ../../t/lib/dbmt_common.pl in @INC
10
11Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12---
13 ext/ODBM_File/t/odbm.t | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/ext/ODBM_File/t/odbm.t b/ext/ODBM_File/t/odbm.t
17index 079b9f1..250b991 100644
18--- a/ext/ODBM_File/t/odbm.t
19+++ b/ext/ODBM_File/t/odbm.t
20@@ -2,7 +2,7 @@
21
22 our $DBM_Class = 'ODBM_File';
23
24-require '../../t/lib/dbmt_common.pl';
25+require 'lib/dbmt_common.pl';
26
27 if ($^O eq 'hpux') {
28 print <<EOM;
29--
301.7.9.5
31