From: Ben Pfaff Date: Tue, 16 Jul 2013 17:12:24 +0000 (-0700) Subject: hindex: Fix test expected output. X-Git-Tag: sliver-openvswitch-2.0.90-1~36^2~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=faea2958e4dba9befa202a2426aebeb7787a626f;p=sliver-openvswitch.git hindex: Fix test expected output. Signed-off-by: Ben Pfaff --- diff --git a/tests/library.at b/tests/library.at index f84a55b31..541a41687 100644 --- a/tests/library.at +++ b/tests/library.at @@ -21,7 +21,7 @@ AT_CHECK([test-hmap], [0], [......... AT_CLEANUP AT_SETUP([test hash index]) -AT_CHECK([test-hindex], [0], [.................. +AT_CHECK([test-hindex], [0], [..................... ]) AT_CLEANUP