Author: lha Date: 2007-06-27 10:02:47 +0000 (Wed, 27 Jun 2007) New Revision: 766
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=766 Log: So its valgrind that failes to UME, let check if we can run the binary w/o valgrind. Modified: trunk/heimdal/lib/hx509/test_cert.in Changeset: Modified: trunk/heimdal/lib/hx509/test_cert.in =================================================================== --- trunk/heimdal/lib/hx509/test_cert.in 2007-06-27 08:53:03 UTC (rev 765) +++ trunk/heimdal/lib/hx509/test_cert.in 2007-06-27 10:02:47 UTC (rev 766) @@ -41,6 +41,7 @@ echo "test env: ${TESTS_ENVIRONMENT}" hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}" +hxtool="./hxtool" if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then exit 77 fi