author | Brian Gernhardt <brian@gernhardtsoftware.com> | |
Mon, 8 Nov 2010 21:29:26 +0000 (16:29 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Nov 2010 21:50:20 +0000 (13:50 -0800) | ||
commit | 9f6cea97c97ee505bd6771db7df69f04df9b4fc4 | |
tree | 279e7b592063185189bed522734770977ef421bc | tree | snapshot |
parent | c8516500b1ee6025466a207cd86dc30421c3b6e6 | commit | diff |
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>
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 | diff | blob | history |