]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/dqstring-line-splice.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / dqstring-line-splice.expect
1 echo 'fatal: reword option of --fixup is mutually exclusive with' '--patch/--interactive/--all/--include/--only' > expect &&
2 test_must_fail git commit --fixup=reword:HEAD~ $1 2 > actual &&
3 test_cmp expect actual