X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/262d31dcab5f51e7da41086c94f0eecaee060a74..9938103fc5b4082d84f21eca0668b3b58913c895:/t/t1001-branch-rename.sh diff --git a/t/t1001-branch-rename.sh b/t/t1001-branch-rename.sh index 285440f..dd12132 100755 --- a/t/t1001-branch-rename.sh +++ b/t/t1001-branch-rename.sh @@ -17,9 +17,9 @@ test_expect_success \ stg new p1 -m "p1" ' -test_expect_failure \ +test_expect_success \ 'Rename the current stgit branch' \ - 'stg branch -r foo bar + '! stg branch -r foo bar ' test_expect_success \