aboutsummaryrefslogtreecommitdiff
path: root/test.pl.in
diff options
context:
space:
mode:
authorGravatar Sven Nierlein <sven@nierlein.de> 2013-08-21 17:23:22 +0200
committerGravatar Sven Nierlein <sven@nierlein.de> 2013-08-21 17:23:22 +0200
commit43a913f281d9bc962d0e5bed0a7318e5dd005251 (patch)
tree4aeb2046a36cf4151c08a39c94ffc7d31a88af39 /test.pl.in
parentd57941c4d2e62313f7aafacddcd92c2201381ad1 (diff)
downloadmonitoring-plugins-43a913f281d9bc962d0e5bed0a7318e5dd005251.tar.gz
no need to set verbose mode, thats what "make test-debug" is for
Diffstat (limited to 'test.pl.in')
-rwxr-xr-xtest.pl.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.pl.in b/test.pl.in
index 3834d3c3..85ac19da 100755
--- a/test.pl.in
+++ b/test.pl.in
@@ -44,6 +44,4 @@ if ( ! scalar( @tests ) )
use Test::Harness;
-$Test::Harness::verbose=1;
-
runtests( @tests );