From f6248994e400ee95da4114dfb19551c218744aa4 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Mon, 4 May 2015 14:47:56 -0500 Subject: [PATCH] Add /sbin to PATH in btest.cfg Added /sbin to PATH so that a couple of tests that require ifconfig are not skipped on systems (such as debian) which don't have /sbin in PATH by default. Also removed a duplicate default_path. --- testing/btest/btest.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/btest/btest.cfg b/testing/btest/btest.cfg index 0fa862a2dc..cfddb92899 100644 --- a/testing/btest/btest.cfg +++ b/testing/btest/btest.cfg @@ -13,7 +13,7 @@ BRO_PLUGIN_PATH= TZ=UTC LC_ALL=C BTEST_PATH=%(testbase)s/../../aux/btest -PATH=%(testbase)s/../../build/src:%(testbase)s/../scripts:%(testbase)s/../../aux/btest:%(testbase)s/../../build/aux/bro-aux/bro-cut:%(default_path)s:%(testbase)s/../../aux/btest/sphinx:%(default_path)s +PATH=%(testbase)s/../../build/src:%(testbase)s/../scripts:%(testbase)s/../../aux/btest:%(testbase)s/../../build/aux/bro-aux/bro-cut:%(testbase)s/../../aux/btest/sphinx:%(default_path)s:/sbin TRACES=%(testbase)s/Traces FILES=%(testbase)s/Files SCRIPTS=%(testbase)s/../scripts