From: Karl Hasselström Date: Mon, 20 Aug 2007 21:36:00 +0000 (+0100) Subject: Test that all branch config information is renamed X-Git-Tag: v0.14~127 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/2b5f6f656fa95d2ffefe7cc1261f4b0fc614f7b8?ds=sidebyside Test that all branch config information is renamed This test currently fails (which is precisely why it's needed, of course.) This is bug 9692 in the bug tracker. Signed-off-by: Karl Hasselström --- diff --git a/t/t1001-branch-rename.sh b/t/t1001-branch-rename.sh index 28da15c..28af8ae 100755 --- a/t/t1001-branch-rename.sh +++ b/t/t1001-branch-rename.sh @@ -26,7 +26,8 @@ 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` + test -z `find .git -name foo | tee /dev/stderr` && + test -z $(git config -l | grep branch\\.foo) ' test_done