Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: lib'ify fast_forward_to()
[gitweb.git]
/
t
/
t5533-push-cas.sh
diff --git
a/t/t5533-push-cas.sh
b/t/t5533-push-cas.sh
index 09899af3b0c0c6f7fa01af3b54f1347b55bb2784..a2c9e7439f362d8f247c369ba515a55b26dee8ec 100755
(executable)
--- a/
t/t5533-push-cas.sh
+++ b/
t/t5533-push-cas.sh
@@
-220,7
+220,7
@@
test_expect_success 'new branch already exists' '
(
cd src &&
git checkout -b branch master &&
- test_commit
c
+ test_commit
F
) &&
(
cd dst &&