[ovs-dev] [PATCH 2/2] atlocal.in: Hide a harmless error on Windows.

Gurucharan Shetty shettyg at nicira.com
Fri Oct 16 20:46:35 UTC 2015


Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 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




More information about the dev mailing list