t5701: do not get stuck in empty-push/
commitb9d622e711f0bf0280996bd79ec8509475ae80e5
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Apr 2009 22:12:31 +0000 (28 00:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2009 23:33:53 +0000 (27 16:33 -0700)
tree52570f918a5b0ddf9902f08f79e2e3b64ab1b2db
parent9a695fbf388263794ccbd16a342f4e2f8c5d400d
t5701: do not get stuck in empty-push/

A test might happen to be the last one in the script, but other people
later may want to add more tests after your test is done.

Do not surprise them by going in a subdirectory to run a part of your test
and never coming out of it.  This fixes a162e78 in that respect.

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