From 7930ababe45f4287796fc3be8c92c282feec45f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 5 Dec 2006 07:39:08 +0000 Subject: [PATCH] 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 --- lib/des/test_crypto.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/des/test_crypto.in b/lib/des/test_crypto.in index 11e408e1f..f897589c9 100644 --- a/lib/des/test_crypto.in +++ b/lib/des/test_crypto.in @@ -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