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();