tests: Fix typo in test name.
authorBen Pfaff <blp@nicira.com>
Fri, 15 Feb 2013 05:59:42 +0000 (21:59 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 29 Jun 2013 04:02:43 +0000 (21:02 -0700)
Other test names use a space here, so this one should also.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at

index b3823a3..53d5cad 100644 (file)
@@ -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