Add more spaces to allow sh to parse this

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-05 07:39:08 +00:00
parent 0afbff54bc
commit 7930ababe4

View File

@@ -40,9 +40,9 @@ rsa="${TESTS_ENVIRONMENT} ./test_rsa"
engine="${TESTS_ENVIRONMENT} ./test_engine_dso"
${rsa} --key=${srcdir}/rsakey.der || \
{echo "rsa test failed "; exit 1; }
{ echo "rsa test failed" ; exit 1; }
${engine} --rsa=${srcdir}/rsakey.der || \
{echo "engine test failed "; exit 1; }
{ echo "engine test failed" ; exit 1; }
exit 0