Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/test-lib: add an SHA1 prerequisite
[gitweb.git]
/
t
/
t5516-fetch-push.sh
diff --git
a/t/t5516-fetch-push.sh
b/t/t5516-fetch-push.sh
index 177897ea0b1e00cc4ec0f0e43510411ab19f1681..82239138d585bb859a1f2f81394cb6b6d8313bf4 100755
(executable)
--- a/
t/t5516-fetch-push.sh
+++ b/
t/t5516-fetch-push.sh
@@
-1418,7
+1418,7
@@
test_expect_success 'receive.denyCurrentBranch = updateInstead' '
cd testrepo &&
git reset --hard HEAD^ &&
test $(git -C .. rev-parse HEAD^) = $(git rev-parse HEAD) &&
- test-chmtime +100 path1
+ test-
tool
chmtime +100 path1
) &&
git push testrepo master &&
(