ofproto: Fix potential leak during flow mods.
[sliver-openvswitch.git] / tests / vconn.at
index 7d2afa3..4e91ed8 100644 (file)
@@ -11,10 +11,11 @@ m4_define([TEST_VCONN_CLASS],
       [send-short-hello],
       [send-invalid-version-hello]],
      [AT_SETUP([$1 vconn - m4_bpatsubst(testname, [-], [ ])])
+     OVS_RUNDIR=`pwd`; export OVS_RUNDIR
       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([cp $abs_top_builddir/tests/testpki*.pem .])])
+      AT_CHECK([ovstest test-vconn testname $1], [0], [], [ignore])
       AT_CLEANUP])])
 
 TEST_VCONN_CLASS([unix])