X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f749e393e47687971777d79c043562a91e4f493d..f03004e2c26efcd6b172a915e8e0d2f9a7cb064b:/t/t2200-rebase.sh diff --git a/t/t2200-rebase.sh b/t/t2200-rebase.sh index ec2a104..a6f43bc 100755 --- a/t/t2200-rebase.sh +++ b/t/t2200-rebase.sh @@ -34,7 +34,7 @@ test_expect_success \ test_expect_success \ 'Attempt rebase to non-existing commit' \ ' - ! stg rebase not-a-ref + command_error stg rebase not-a-ref ' test_expect_success \