Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
index: be careful when handling long names
[gitweb.git]
/
t
/
t5401-update-hooks.sh
diff --git
a/t/t5401-update-hooks.sh
b/t/t5401-update-hooks.sh
index c5dd30d0a43a708722cf4868a83c48290f9b9c9b..3eea3069ebcc20f98bb563af409bb1e15b6e9f54 100755
(executable)
--- a/
t/t5401-update-hooks.sh
+++ b/
t/t5401-update-hooks.sh
@@
-129,7
+129,7
@@
STDOUT post-update
STDERR post-update
EOF
test_expect_success 'send-pack stderr contains hook messages' '
-
e
grep ^STD send.err >actual &&
+ grep ^STD send.err >actual &&
git diff - actual <expect
'