From 03289ac399110c78624395e46a8438a377714c7d Mon Sep 17 00:00:00 2001 From: Woon Sze Hsiang Date: Tue, 17 Apr 2018 11:56:01 +0800 Subject: [PATCH] sanity test remove redundant path --- t/sanity.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/sanity.t b/t/sanity.t index c5f4f12..e65118c 100755 --- a/t/sanity.t +++ b/t/sanity.t @@ -1,7 +1,7 @@ # Test Suite to parse the relevant variable the sanity.t once built -use lib '/home/dispatch/testMap/c-lib/test-nginx/inc'; -use lib '/home/dispatch/testMap/c-lib/test-nginx/lib'; +use lib 'inc'; +use lib 'lib'; use Test::Nginx::Socket 'no_plan'; no_long_string();