Skip to content

Commit

Permalink
fix "test: 2: unexpected operator" on bsd
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Alex Riesen authored and Junio C Hamano committed Feb 12, 2006
1 parent d7ee090 commit ef1af9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0000-basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit ef1af9d

Please sign in to comment.