From: Ben Pfaff Date: Fri, 15 Feb 2013 05:59:42 +0000 (-0800) Subject: tests: Fix typo in test name. X-Git-Tag: sliver-openvswitch-1.10.90-3~4^2~9 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=2df3b874b0ffa05c15c9e3dc11688b2ddb8d3d9a tests: Fix typo in test name. Other test names use a space here, so this one should also. Signed-off-by: Ben Pfaff --- diff --git a/tests/ofproto.at b/tests/ofproto.at index b3823a37c..53d5cad4c 100644 --- a/tests/ofproto.at +++ b/tests/ofproto.at @@ -340,7 +340,7 @@ OVS_VSWITCHD_STOP AT_CLEANUP dnl The OpenFlow 1.2 spec states that the cookie may not be modified -AT_SETUP([ofproto - no mod flow with cookie change (OpenFlow1.2)]) +AT_SETUP([ofproto - no mod flow with cookie change (OpenFlow 1.2)]) OVS_VSWITCHD_START AT_CHECK([ovs-ofctl -O OpenFlow12 add-flow br0 cookie=0x1,in_port=1,actions=1]) AT_CHECK([ovs-ofctl -O OpenFlow12 dump-flows br0 | ofctl_strip | sort], [0], [dnl