From 4271c72588efa28f0f241d74e64f103592556908 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 31 Jul 2000 21:33:58 +0000 Subject: Now tests for OAF clienty goodness svn path=/trunk/; revision=4434 --- tools/verify-evolution-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/verify-evolution-install.sh b/tools/verify-evolution-install.sh index 854d33cc79..eb3fd7bfaf 100755 --- a/tools/verify-evolution-install.sh +++ b/tools/verify-evolution-install.sh @@ -149,7 +149,7 @@ location $1.oafinfo to the environment variable OAF_INFO_PATH" tempfile="temp-$$-verifier" for iid in $iids ; do - echo "Attempting to activate IID \"$iid\"..." + #echo "Attempting to activate IID \"$iid\"..." $OAF_CLIENT -qs "iid == '$iid'" >$tempfile result=`cat $tempfile |grep exception` if test x"$result" != x ; then @@ -420,7 +420,7 @@ check_oafinfo oafd oaf check_config GCONF_CONFIG gconf-config GConf check_prefix GCONF_CONFIG GConf versionparse2 "`$GCONF_CONFIG --version`" "0.5" GConf -if test x`which gconfd-1` != x ; then +if test x"`which gconfd-1`" != x ; then check_oafinfo gconfd-1 GConf check_bin gconfd-1 else -- cgit