diff options
author | Johannes Sixt <j6t@kdbg.org> | 2011-08-03 09:25:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-03 10:14:50 -0700 |
commit | 286e2b1a23d523b04c29f92eb5cee31a0a92dc12 (patch) | |
tree | 7095a0776ce32a566173a163abf4758277174ced /t/t4050-diff-histogram.sh | |
parent | 86abba801575892a8a2b161aa29518c1ed05e1f1 (diff) | |
download | git-286e2b1a23d523b04c29f92eb5cee31a0a92dc12.tar.gz |
Make test number unique
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4050-diff-histogram.sh')
-rwxr-xr-x | t/t4050-diff-histogram.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/t4050-diff-histogram.sh b/t/t4050-diff-histogram.sh new file mode 100755 index 0000000000..fd3e86a74f --- /dev/null +++ b/t/t4050-diff-histogram.sh @@ -0,0 +1,12 @@ +#!/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 |