changeset 2023:3bdd3bf17cfa

Use [ x = y ] instead of [ x == y ] in shell scripts.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 30 Mar 2006 18:43:46 +0200
parents a59da8cc35e4
children 6328445b0e71
files tests/run-tests
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests	Wed Mar 29 22:58:34 2006 +0200
+++ b/tests/run-tests	Thu Mar 30 18:43:46 2006 +0200
@@ -20,7 +20,7 @@
 HGUSER="test"; export HGUSER
 HGRCPATH=""; export HGRCPATH
 
-if [ `echo -n HG` == "-n HG" ]
+if [ `echo -n HG` = "-n HG" ]
 then
     ECHO_N=echo
     NNL="\c"