Signed-off-by: Gurucharan Shetty <[email protected]>
---
 tests/atlocal.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/atlocal.in b/tests/atlocal.in
index 095bc40..b234c52 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -112,7 +112,7 @@ if test "$IS_WIN32" = "yes"; then
 fi
 
 # Conntrack test requirements
-if test x`which conntrack` != x; then
+if test x`which conntrack 2>/dev/null` != x; then
     HAVE_CONNTRACK="yes"
 else
     HAVE_CONNTRACK="no"
-- 
1.7.9.5

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to