X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/262d31dcab5f51e7da41086c94f0eecaee060a74..dbb0cf2c1d46199f8a4cc5e1b52b9a24494f794e:/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 \