Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ma/t1400-undebug-test' into maint
[gitweb.git]
/
t
/
t3206-range-diff.sh
diff --git
a/t/t3206-range-diff.sh
b/t/t3206-range-diff.sh
index 2237c7f4af9464cbee087696ec3a86aeaa86e033..fb4c13a84ade63470f4dabc976ff5f5369c17e1e 100755
(executable)
--- a/
t/t3206-range-diff.sh
+++ b/
t/t3206-range-diff.sh
@@
-142,4
+142,9
@@
test_expect_success 'changed message' '
test_cmp expected actual
'
+test_expect_success 'no commits on one side' '
+ git commit --amend -m "new message" &&
+ git range-diff master HEAD@{1} HEAD
+'
+
test_done