Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/describe: introduce --broken flag
[gitweb.git]
/
t
/
t9001-send-email.sh
diff --git
a/t/t9001-send-email.sh
b/t/t9001-send-email.sh
index 411df042bf06580fcf19d8e543ef15ec8debe2b6..60a80f60b2685c461f80cdbf4256eb17dc18b85b 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
}