classifier: Delete dead code specialized for the exact table.
[openvswitch] / tests / vconn.at
index 7d2afa3f319561cd5d359a07b359e262d98d8920..2f64f820211ae477642af9cc1374fda9ef3dc425 100644 (file)
@@ -14,7 +14,7 @@ m4_define([TEST_VCONN_CLASS],
       m4_if([$1], [ssl], [
         AT_SKIP_IF([test "$HAVE_OPENSSL" = no])
         AT_CHECK([cp $abs_top_srcdir/tests/testpki*.pem .])])
-      OVS_CHECK_LCOV([test-vconn testname $1], [0], [], [ignore])
+      AT_CHECK([test-vconn testname $1], [0], [], [ignore])
       AT_CLEANUP])])
 
 TEST_VCONN_CLASS([unix])