X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/f7a73141ca0db04818f958e68667f5b3f3019550..809f4f1c1b59a01820f8d259306857cb42ef8ca8:/t/t1000-branch-create.sh diff --git a/t/t1000-branch-create.sh b/t/t1000-branch-create.sh index fa51a24..d6cf34a 100755 --- a/t/t1000-branch-create.sh +++ b/t/t1000-branch-create.sh @@ -71,9 +71,9 @@ test_expect_success \ touch a.o ' -test_expect_failure \ +test_expect_success \ 'Create branch down the stack, behind the conflict caused by the generated file' ' - stg branch --create bar master^ + ! stg branch --create bar master^ ' test_expect_success \