aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-01 05:33:58 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-01 05:33:58 +0800
commit4271c72588efa28f0f241d74e64f103592556908 (patch)
tree81f048953c37f9e5935c93855ae9497b1dc1b07f /tools
parent4944f159710ecd468dc0ecc265c12a32eb724344 (diff)
downloadgsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar.gz
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar.bz2
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar.lz
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar.xz
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.tar.zst
gsoc2013-evolution-4271c72588efa28f0f241d74e64f103592556908.zip
Now tests for OAF clienty goodness
svn path=/trunk/; revision=4434
Diffstat (limited to 'tools')
-rwxr-xr-xtools/verify-evolution-install.sh4
1 files changed, 2 insertions, 2 deletions
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