X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fvconn.at;h=ae095b00b5eebc19d0e25f3298ea8fb8b0dea1f9;hb=c64540e3fe43a83bbe8687c53fb7fdec95b94195;hp=2f64f820211ae477642af9cc1374fda9ef3dc425;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=sliver-openvswitch.git diff --git a/tests/vconn.at b/tests/vconn.at index 2f64f8202..ae095b00b 100644 --- a/tests/vconn.at +++ b/tests/vconn.at @@ -13,7 +13,7 @@ m4_define([TEST_VCONN_CLASS], [AT_SETUP([$1 vconn - m4_bpatsubst(testname, [-], [ ])]) m4_if([$1], [ssl], [ AT_SKIP_IF([test "$HAVE_OPENSSL" = no]) - AT_CHECK([cp $abs_top_srcdir/tests/testpki*.pem .])]) + AT_CHECK([cp $abs_top_builddir/tests/testpki*.pem .])]) AT_CHECK([test-vconn testname $1], [0], [], [ignore]) AT_CLEANUP])])