t3404: use test_cmp_rev
commit780308d060b2756ed52913ad2c1328c0d7049c05
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Fri, 6 Dec 2019 16:06:06 +0000 (6 16:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 17:32:01 +0000 (6 09:32 -0800)
tree626a1b4bc5e986f6a70903ef4101f70ecb72eb76
parent083378cc35c4dbcc607e4cdd24a5fca440163d17
t3404: use test_cmp_rev

There are a number of places where we compare two revisions with
    test $(git rev-parse rev1) = $(git rev-parse rev2)
when these fail there's no indication what has gone wrong and you need
to be running with `-x` to see where the test has failed. Lets use
test_cmp_rev instead.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh