diff options
author | 2016-08-29 10:33:47 -0700 | |
---|---|---|
committer | 2016-08-29 12:20:50 -0700 | |
commit | 7e4ffb4c1778c725db3db116f016ef2ad1c6d218 (patch) | |
tree | 922432ec54849c67c42a52b449023307b2e3e59f /contrib/diff-highlight/t | |
parent | diff-highlight: add failing test for handling --graph output (diff) | |
download | tgif-7e4ffb4c1778c725db3db116f016ef2ad1c6d218.tar.xz |
diff-highlight: add support for --graph output
Signed-off-by: Brian Henderson <henderson.bj@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/diff-highlight/t')
-rwxr-xr-x | contrib/diff-highlight/t/t9400-diff-highlight.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/diff-highlight/t/t9400-diff-highlight.sh b/contrib/diff-highlight/t/t9400-diff-highlight.sh index 1537c69d52..e42ff31f3d 100755 --- a/contrib/diff-highlight/t/t9400-diff-highlight.sh +++ b/contrib/diff-highlight/t/t9400-diff-highlight.sh @@ -209,7 +209,7 @@ test_expect_failure 'diff-highlight highlights mismatched hunk size' ' # TODO add multi-byte test -test_expect_failure 'diff-highlight works with the --graph option' ' +test_expect_success 'diff-highlight works with the --graph option' ' dh_test_setup_history && # topo-order so that the order of the commits is the same as with --graph |