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