test-pull.t: normalize git-merge output

This commit is contained in:
Augie Fackler 2012-10-29 21:25:24 -05:00
parent 7aba6f4536
commit ebc4a036f8

View File

@ -118,9 +118,9 @@ pull everything else
add a merge to the git repo
$ cd gitrepo
$ git merge beta
$ git merge beta | sed 's/| */| /'
Merge made by the 'recursive' strategy.
beta | 1 +
beta | 1 +
1 file changed, 1 insertion(+)
create mode 100644 beta
$ cd ..