Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/submodule-recursive-absorb'
[gitweb.git]
/
t
/
t9001-send-email.sh
diff --git
a/t/t9001-send-email.sh
b/t/t9001-send-email.sh
index 3dc4a3454d223d37e85de6fa4ae8656046370e99..0f398dd1603d941e158fd39faa0a218428224872 100755
(executable)
--- a/
t/t9001-send-email.sh
+++ b/
t/t9001-send-email.sh
@@
-50,7
+50,7
@@
test_no_confirm () {
--smtp-server="$(pwd)/fake.sendmail" \
$@ \
$patches >stdout &&
-
test_must_fail
grep "Send this email" stdout &&
+
!
grep "Send this email" stdout &&
>no_confirm_okay
}