Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Improve error messages when int/long cannot be parsed from config
[gitweb.git]
/
t
/
t1400-update-ref.sh
diff --git
a/t/t1400-update-ref.sh
b/t/t1400-update-ref.sh
index ce045b2a57c13de3ef8a01f806e3472d18bdef37..a90824ba8ab0e6df5c4afad528e30d118e23455c 100755
(executable)
--- a/
t/t1400-update-ref.sh
+++ b/
t/t1400-update-ref.sh
@@
-205,7
+205,7
@@
test_expect_success \
echo $h_TEST >.git/MERGE_HEAD &&
GIT_AUTHOR_DATE="2005-05-26 23:45" \
GIT_COMMITTER_DATE="2005-05-26 23:45" git-commit -F M &&
- h_MERGED=$(git rev-parse --verify HEAD)
+ h_MERGED=$(git rev-parse --verify HEAD)
&&
rm -f M'
cat >expect <<EOF