Skip to content

Commit 03289ac

Browse files
committed
sanity test remove redundant path
1 parent ad9e89e commit 03289ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/sanity.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test Suite to parse the relevant variable the sanity.t once built
22

3-
use lib '/home/dispatch/testMap/c-lib/test-nginx/inc';
4-
use lib '/home/dispatch/testMap/c-lib/test-nginx/lib';
3+
use lib 'inc';
4+
use lib 'lib';
55
use Test::Nginx::Socket 'no_plan';
66

77
no_long_string();

0 commit comments

Comments
 (0)