Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pb/t7502-drop-dup'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Apr 2016 18:39:03 +0000
(11:39 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Apr 2016 18:39:04 +0000
(11:39 -0700)
Code clean-up.
* pb/t7502-drop-dup:
t/t7502 : drop duplicate test
1
2
t/t7502-commit.sh
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
compact
(merge:
e094194
dde7891
)
diff --combined
t/t7502-commit.sh
index b39e313ac2a7393899e2fbaa5bc860c4d95c68ee,4eb1006d68bbf89baf98bf69572699d1d98d4ac5..725687d5d5f26d6535b3f26d1fa221a8c567d57c
---
1
/
t/t7502-commit.sh
---
2
/
t/t7502-commit.sh
+++ b/
t/t7502-commit.sh
@@@
-392,7
-392,7
+392,7
@@@
exit
EOF
test_expect_success !AUTOIDENT 'do not fire editor when committer is bogus' '
- >.git/result
+ >.git/result
&&
>expect &&
echo >>negative &&
@@@
-527,11
-527,6
+527,6
@@@
try_commit_status_combo ()
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
'
- test_expect_success 'commit' '
- try_commit "" &&
- test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG
- '
-
test_expect_success 'commit --status' '
try_commit --status &&
test_i18ngrep "^# Changes to be committed:" .git/COMMIT_EDITMSG