diff options
Diffstat (limited to 't/chainlint/dqstring-line-splice.expect')
-rw-r--r-- | t/chainlint/dqstring-line-splice.expect | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/chainlint/dqstring-line-splice.expect b/t/chainlint/dqstring-line-splice.expect new file mode 100644 index 0000000000..2ca1c92cd6 --- /dev/null +++ b/t/chainlint/dqstring-line-splice.expect @@ -0,0 +1,5 @@ +2 +3 echo 'fatal: reword option of --fixup is mutually exclusive with' '--patch/--interactive/--all/--include/--only' >expect && +4 test_must_fail git commit --fixup=reword:HEAD~ $1 2>actual && +5 test_cmp expect actual +6 |