Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
dqstring-line-splice.expect
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
expect
5 lines
221 Bytes
Copy permalink
Copy
Raw
1
2
2
3 echo 'fatal: reword option of --fixup is mutually exclusive with' '--patch/--interactive/--all/--include/--only' >expect &&
3
4 test_must_fail git commit --fixup=reword:HEAD~ $1 2>actual &&
4
5 test_cmp expect actual
5
6