[ovs-dev] [PATCH 2/2] tests: Remove extraneous parenthesis from test name.

Flavio Leitner fbl at redhat.com
Thu Sep 11 14:04:52 UTC 2014


From: Joe Stringer <joestringer at nicira.com>

This could cause configuration failure on earlier versions of autoconf.

Reported-by: Lin Shaopeng <slin0209 at gmail.com>
Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Flavio Leitner <fbl at redhat.com>
---
 tests/ofp-print.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ofp-print.at b/tests/ofp-print.at
index 09fc06d..c25da53 100644
--- a/tests/ofp-print.at
+++ b/tests/ofp-print.at
@@ -451,7 +451,7 @@ tcp,metadata=0,in_port=0,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:0
 ])
 AT_CLEANUP
 
-AT_SETUP([OFPT_PACKET_IN - OF1.0, with hex output of packet data)])
+AT_SETUP([OFPT_PACKET_IN - OF1.0, with hex output of packet data])
 AT_KEYWORDS([ofp-print])
 AT_CHECK([ovs-ofctl ofp-print "\
 01 0a 00 4e 00 00 00 00 00 00 01 11 00 3c 00 03 \
-- 
1.7.1




More information about the dev mailing list