t3702: fix reliance on SHELL_PATH being '/bin/sh'
commit7c8224b6a8c16c84938ad7c31cb98e55cb1e8cfd
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 27 Apr 2009 17:51:42 +0000 (27 19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2009 01:23:55 +0000 (27 18:23 -0700)
treeae88ae8f2e6ce2361c0d4bab1a1423553fa6847c
parentc59cb03a8bfc4b09758b07b23b6fe70a909ff9f4
t3702: fix reliance on SHELL_PATH being '/bin/sh'

Trying to be lazy and comparing files with fake-editor.sh to avoid
having to provide another example text does not work well: the blob
name changes when SHELL_PATH changes, and so does the 'index' line
in the diff.

Therefore provide a second example text.

Noticed by Mike Ralphson.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3702-add-edit.sh