DORMANTno replies

[PATCH] Add branch test case: create "j/k" when "j" has been deleted.

From: Christian Couder <hidden>
Date: 2016-06-15 22:42:41
Subsystem: the rest · Maintainer: Linus Torvalds

Linus wrote:
"Somebody should add this test-case

        git branch test
        git branch -d test
        git branch test/first

which should work."

Signed-off-by: Christian Couder <redacted>
---
 t/t3200-branch.sh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 5b04efc..d863498 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -61,4 +61,11 @@ test_expect_success \
 	 test -f .git/logs/refs/heads/g/h/i &&
 	 diff expect .git/logs/refs/heads/g/h/i'
 
+test_expect_success \
+    'git branch j/k should work after branch j has been deleted' \
+	'git-branch j &&
+	 git-branch -d j &&
+	 git-branch j/k'
+
+
 test_done
-- 
1.4.2.1.g251a
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help