diff options
author | Sven Nierlein <sven@nierlein.org> | 2017-03-13 15:00:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 15:00:24 (GMT) |
commit | 8306e76c327a1ed5cf68f1842873e40ad57b3b30 (patch) | |
tree | d68d79e789dd055fa18d82f017133d5375c72327 /plugins-scripts | |
parent | c810dd0dfc9c42035c514af6606f8d6471c4e7d4 (diff) | |
parent | 4acddec00a0b9fab4f8dd51cf8a57d3c0f9efd9b (diff) | |
download | monitoring-plugins-8306e76c327a1ed5cf68f1842873e40ad57b3b30.tar.gz |
Merge pull request #1471 from sni/master
script tests: fix relative lib path in utils test
Diffstat (limited to 'plugins-scripts')
-rw-r--r-- | plugins-scripts/t/utils.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-scripts/t/utils.t b/plugins-scripts/t/utils.t index 9c2c569..5c23179 100644 --- a/plugins-scripts/t/utils.t +++ b/plugins-scripts/t/utils.t | |||
@@ -10,6 +10,7 @@ use strict; | |||
10 | use Test::More; | 10 | use Test::More; |
11 | use NPTest; | 11 | use NPTest; |
12 | 12 | ||
13 | use lib "."; | ||
13 | use lib ".."; | 14 | use lib ".."; |
14 | use utils; | 15 | use utils; |
15 | 16 | ||