[Fusionforge-commits] r12894 - trunk/tests/func

Christian Bayle cbayle at fusionforge.org
Wed Mar 23 00:32:06 CET 2011


Author: cbayle
Date: 2011-03-23 00:32:06 +0100 (Wed, 23 Mar 2011)
New Revision: 12894

Modified:
   trunk/tests/func/db_reload.sh
Log:
fix bad test operator


Modified: trunk/tests/func/db_reload.sh
===================================================================
--- trunk/tests/func/db_reload.sh	2011-03-22 22:08:37 UTC (rev 12893)
+++ trunk/tests/func/db_reload.sh	2011-03-22 23:32:06 UTC (rev 12894)
@@ -6,7 +6,7 @@
 	export PATH=$PATH:/usr/share/gforge/bin/:/usr/share/gforge/utils:/opt/gforge/utils
 	database=`forge_get_config database_name`
 fi
-if [ "x$database" == "x" ]
+if [ "x$database" = "x" ]
 then
 	echo "Forge database name not found"
 	exit 1




More information about the Fusionforge-commits mailing list