projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ee090
)
fix "test: 2: unexpected operator" on bsd
author
Alex Riesen
<raa.lkml@gmail.com>
Sun, 12 Feb 2006 18:03:16 +0000
(19:03 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 12 Feb 2006 19:36:17 +0000
(11:36 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t0000-basic.sh
patch
|
blob
|
history
diff --git
a/t/t0000-basic.sh
b/t/t0000-basic.sh
index
bc3e711
..
c339a36
100755
(executable)
--- 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.'