X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a5f1eba2761eba8987c94bf61e0a4b7528afbb5f..d679e110f3641569dcf8562e9b378c671e86ae2d:/t/t1001-branch-rename.sh diff --git a/t/t1001-branch-rename.sh b/t/t1001-branch-rename.sh index 28da15c..dd12132 100755 --- a/t/t1001-branch-rename.sh +++ b/t/t1001-branch-rename.sh @@ -17,16 +17,17 @@ 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 \ 'Rename an stgit branch' \ 'stg branch -c buz && stg branch -r foo bar && - test -z `find .git -name foo | tee /dev/stderr` + [ -z $(find .git -type f | grep foo | tee /dev/stderr) ] && + test -z $(git config -l | grep branch\\.foo) ' test_done