git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix "test: 2: unexpected operator" on bsd
@ 2006-02-12 18:03 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2006-02-12 18:03 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

---

 t/t0000-basic.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

4ce9a3f9fe30e091411811a905cccbffcb45ee58
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index bc3e711..c339a36 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh
@@ -33,7 +33,7 @@ then
 fi
 
 merge >/dev/null 2>/dev/null
-if test $? == 127
+if test $? = 127
 then
 	echo >&2 'You do not seem to have "merge" installed.
 Please check INSTALL document.'
-- 
1.1.6.gd46b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-12 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-12 18:03 [PATCH] fix "test: 2: unexpected operator" on bsd Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).