t6022: Use -eq not = to test output of wc -l
commit9f6cea97c97ee505bd6771db7df69f04df9b4fc4
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 8 Nov 2010 21:29:26 +0000 (8 16:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Nov 2010 21:50:20 +0000 (17 13:50 -0800)
tree279e7b592063185189bed522734770977ef421bc
parentc8516500b1ee6025466a207cd86dc30421c3b6e6
t6022: Use -eq not = to test output of wc -l

When comparing numbers such as "3" to "$(wc -l)", we should check for
numerical equality using -eq instead of string equality using = because
some implementations of wc output extra whitespace.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6022-merge-rename.sh