mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
286e2b1a23
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 lines
189 B
Bash
Executable file
12 lines
189 B
Bash
Executable file
#!/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
|