'
test_expect_success 'start^1 not valid' '
- if git rev-parse --verify start^1; then false; else :; fi
+ test_must_fail git rev-parse --verify start^1
'
test_expect_success 'second^1 = second^' '
'
test_expect_success 'final^1^3 not valid' '
- if git rev-parse --verify final^1^3; then false; else :; fi
+ test_must_fail git rev-parse --verify final^1^3
'
test_expect_success '--verify start2^1' '