author | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jun 2010 18:18:54 +0000 (11:18 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jun 2010 18:18:54 +0000 (11:18 -0700) | ||
commit | e0ae1e6f4d53c68bd219385f6f309c033d0fc673 | |
tree | db8496da50b27acd1b413c371ef30528ebeae643 | tree | snapshot |
parent | 993297717341ef7613ce21d34a9a6b475ed1a67b | commit | diff |
tests: remove unnecessary '^' from 'expr' regular expression
As Brandon noticed, a regular expression match given to 'expr' is already
anchored at the beginning. Some versions of expr even complain about this.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
As Brandon noticed, a regular expression match given to 'expr' is already
anchored at the beginning. Some versions of expr even complain about this.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7005-editor.sh | diff | blob | history | |
t/t7006-pager.sh | diff | blob | history |