286e2b1a23
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 lines
189 B
Bash
Executable File
13 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
|