Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read_early_config(): really discover .git/
[gitweb.git]
/
t
/
t5504-fetch-receive-strict.sh
diff --git
a/t/t5504-fetch-receive-strict.sh
b/t/t5504-fetch-receive-strict.sh
index 9b19cff729381b3a8f81f113a5407ac9f9d97cda..49d3621a926786dfbfd71b205dfcb5dd3fa2d889 100755
(executable)
--- a/
t/t5504-fetch-receive-strict.sh
+++ b/
t/t5504-fetch-receive-strict.sh
@@
-152,7
+152,7
@@
test_expect_success 'push with receive.fsck.missingEmail=warn' '
git --git-dir=dst/.git config --add \
receive.fsck.badDate warn &&
git push --porcelain dst bogus >act 2>&1 &&
-
test_must_fail
grep "missingEmail" act
+
!
grep "missingEmail" act
'
test_expect_success \