Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3507: clean up style
[gitweb.git]
/
t
/
t8002-blame.sh
diff --git
a/t/t8002-blame.sh
b/t/t8002-blame.sh
index 380e1c1054de5d55a80cb558fea0791884ad7f38..eea048e52ceb328fd5d97b17e996c8f821ae4abb 100755
(executable)
--- a/
t/t8002-blame.sh
+++ b/
t/t8002-blame.sh
@@
-118,4
+118,8
@@
test_expect_success '--no-abbrev works like --abbrev=40' '
check_abbrev 40 --no-abbrev
'
+test_expect_success '--exclude-promisor-objects does not BUG-crash' '
+ test_must_fail git blame --exclude-promisor-objects one
+'
+
test_done