Skip to content

Commit

Permalink
atlocal.in: Hide a harmless error on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Joe Stringer <[email protected]>
  • Loading branch information
shettyg committed Oct 16, 2015
1 parent 3feeb8b commit 419e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 419e9af

Please sign in to comment.