X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/09d8f8c55a4193fbabba723c2f257b447c0edaf4..9938103fc5b4082d84f21eca0668b3b58913c895:/t/t1002-branch-clone.sh diff --git a/t/t1002-branch-clone.sh b/t/t1002-branch-clone.sh index 12dd0e6..b0087e9 100755 --- a/t/t1002-branch-clone.sh +++ b/t/t1002-branch-clone.sh @@ -3,7 +3,7 @@ # Copyright (c) 2006 Catalin Marinas # -test_description='Branch renames. +test_description='Branch cloning. Exercises branch cloning options. ' @@ -18,10 +18,10 @@ test_expect_success \ git commit -a -m bar ' -test_expect_failure \ +test_expect_success \ 'Try to create a patch in a GIT branch' \ ' - stg new p0 -m "p0" + ! stg new p0 -m "p0" ' test_expect_success \