chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cec913c
)
Test that all branch config information is renamed
author
Karl Hasselström
<kha@treskal.com>
Mon, 20 Aug 2007 21:36:00 +0000
(22:36 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Mon, 20 Aug 2007 21:36:34 +0000
(22:36 +0100)
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 <kha@treskal.com>
t/t1001-branch-rename.sh
patch
|
blob
|
blame
|
history
diff --git
a/t/t1001-branch-rename.sh
b/t/t1001-branch-rename.sh
index 28da15ceffe932efe3c87c2aae5c27adc41f5834..28af8ae738da1ce848034a778552f8dfdd861a38 100755
(executable)
--- 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