X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/b9d9ba14bf9fc47ab1ae9c41e6e37029b9f31002..06f9bd6b6f683f995b6c4f5e4a67325f4355c147:/t/t1300-uncommit.sh diff --git a/t/t1300-uncommit.sh b/t/t1300-uncommit.sh index 0d952a7..a906d13 100755 --- a/t/t1300-uncommit.sh +++ b/t/t1300-uncommit.sh @@ -78,7 +78,7 @@ test_expect_success \ stg commit --all ' -test_expect_failure 'Uncommit a commit with not precisely one parent' ' +test_expect_success 'Uncommit a commit with not precisely one parent' ' stg uncommit -n 5 ; [ $? = 2 ] && [ "$(echo $(stg series))" = "" ] '