git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fc12aa7
)
t1450: demonstrate undetected in-tree d/f conflict
author
René Scharfe
<redacted>
Thu, 21 May 2020 09:52:43 +0000
(11:52 +0200)
committer
Junio C Hamano
<redacted>
Thu, 21 May 2020 18:03:13 +0000
(11:03 -0700)
Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1450-fsck.sh
patch
|
blob
|
history
diff --git
a/t/t1450-fsck.sh
b/t/t1450-fsck.sh
index a006ef1ee132ea02c2140f1b0431c16047926a63..7e70a253f864898769ce858d7e57a70408dc4766 100755
(executable)
--- a/
t/t1450-fsck.sh
+++ b/
t/t1450-fsck.sh
@@
-261,6
+261,7
@@
check_duplicate_names () {
check_duplicate_names success x x.1 x/
check_duplicate_names success x x.1.2 x.1/ x/
+check_duplicate_names failure x x.1 x.1.2 x/
test_expect_success 'unparseable tree object' '
test_oid_cache <<-\EOF &&
git clone https://git.99rst.org/PROJECT