tests: Fix unbalanced parentheses that caused build break in testcase.
authorWilliam Tu <u9012063@gmail.com>
Wed, 27 Jan 2016 06:21:15 +0000 (22:21 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 27 Jan 2016 07:23:20 +0000 (23:23 -0800)
commit45e1df53298990f4f33ad10a706bd093d88a7c73
treec2b1358dea10a6f4e30a93c55aed62ff45dcb9c7
parent347ba9bb9b7a8e053ced54016f903e749ebecb7f
tests: Fix unbalanced parentheses that caused build break in testcase.

The current build fails at this test case:
/usr/bin/m4:tests/ovs-vswitchd.at:171: recursion limit of 1024 exceeded,
use -L<N> to change it
autom4te: /usr/bin/m4 failed with exit status: 1

Observed on Centos 6.5 with m4 version 1.4.13.

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ovs-vswitchd.at