tvl-depot/third_party/git/t/t4050-diff-histogram.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
189 B
Bash
Raw Normal View History

#!/bin/sh
test_description='histogram diff algorithm'
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-diff-alternative.sh
test_diff_frobnitz "histogram"
test_diff_unique "histogram"
test_done