We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9e89e commit 03289acCopy full SHA for 03289ac
t/sanity.t
@@ -1,7 +1,7 @@
1
# Test Suite to parse the relevant variable the sanity.t once built
2
3
-use lib '/home/dispatch/testMap/c-lib/test-nginx/inc';
4
-use lib '/home/dispatch/testMap/c-lib/test-nginx/lib';
+use lib 'inc';
+use lib 'lib';
5
use Test::Nginx::Socket 'no_plan';
6
7
no_long_string();
0 commit comments