On Tue, Jul 31, 2012 at 02:23:35PM -0400, Ed Maste wrote:
> Also remove another sed \b that FreeBSD sed doesn't handle.
> 
> Signed-off-by: Ed Maste <ema...@freebsd.org>

I had to apply this:

diff --git a/tests/ofproto.at b/tests/ofproto.at
index 3823b70..8741a48 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -892,7 +892,7 @@ if test -e /proc/sys/net/core/rmem_max; then
     # Linux
     rmem_max=`cat /proc/sys/net/core/rmem_max`
 elif rmem_max=`sysctl -n net.inet.tcp.recvbuf_max 2>/dev/null`; then
-    # FreeBSD
+    : # FreeBSD
 else
     # Don't know how to get maximum socket receive buffer on this OS
     AT_SKIP_IF([:])

otherwise bash complained:

/home/blp/ovs/_build/tests/testsuite.dir/at-groups/455/test-source: line 17: 
syntax error near unexpected token `else'

With that minor change, I applied this to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to