send-email: correct two tests which were going interactive
commit3b3637c3f1d752e6e6d559f30cc53bbec18537ef
authorJay Soffian <jaysoffian@gmail.com>
Tue, 31 Mar 2009 16:22:13 +0000 (31 12:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2009 17:46:21 +0000 (2 10:46 -0700)
tree7cfdde78e308476de6f8f4da0a16467c664db9ab
parentdffc13166ba8950b2ddbac2406042751f96841b7
send-email: correct two tests which were going interactive

Commit c18f75a (send-email: add tests for refactored prompting, 2009-03-28)
added two tests which went interactive under the dash shell.

This patch corrects the issue, reported by Björn Steinbrink.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh