t7005: do not exit inside test.
commit7263881253acc4c3af8b3131c60da1554b72f8b2
authorJunio C Hamano <gitster@pobox.com>
Sun, 23 Dec 2007 03:14:33 +0000 (22 19:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Dec 2007 03:45:06 +0000 (22 19:45 -0800)
tree87f017766149e4c8c7ebfd73ebe320778348f00f
parentcc216827936e40bc2e8886623fd44f55e0674932
t7005: do not exit inside test.

The way to signal failure is to leave non-zero in $?, not abort
the entire test.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7005-editor.sh