Skip to content

Commit

Permalink
fix bad test operator
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@12894 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Mar 22, 2011
1 parent 6f9cb59 commit cb197ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/db_reload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
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
Expand Down

0 comments on commit cb197ea

Please sign in to comment.