3 test_description
='messages from rebase operation'
14 test_expect_success setup
'
30 Already applied
: 0001 A
31 Already applied
: 0002 B
35 test_expect_success
'rebase -m' '
37 git rebase -m master >report &&
38 sed -n -e "/^Already applied: /p" \
39 -e "/^Committed: /p" report >actual &&
40 test_cmp expect actual