Start the 2.46 cycle
[git.git] / t / chainlint / dqstring-line-splice.test
blobb40714439f6fc8e16420b966ffb475fbe3f71c4c
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 "'