]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/dqstring-line-splice.expect
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
[thirdparty/git.git] / t / chainlint / dqstring-line-splice.expect
1
2 echo 'fatal: reword option of --fixup is mutually exclusive with' '--patch/--interactive/--all/--include/--only' >expect &&
3 test_must_fail git commit --fixup=reword:HEAD~ $1 2>actual &&
4 test_cmp expect actual
5