tests: remove unnecessary '^' from 'expr' regular expression
commite0ae1e6f4d53c68bd219385f6f309c033d0fc673
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jun 2010 18:18:54 +0000 (21 11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jun 2010 18:18:54 +0000 (21 11:18 -0700)
treedb8496da50b27acd1b413c371ef30528ebeae643
parent993297717341ef7613ce21d34a9a6b475ed1a67b
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>
t/t7005-editor.sh
t/t7006-pager.sh