diff options
Diffstat (limited to 't/t4033-diff-patience.sh')
-rwxr-xr-x | t/t4033-diff-patience.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/t4033-diff-patience.sh b/t/t4033-diff-patience.sh new file mode 100755 index 0000000000..3c9932edf3 --- /dev/null +++ b/t/t4033-diff-patience.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +test_description='patience diff algorithm' + +. ./test-lib.sh +. "$TEST_DIRECTORY"/lib-diff-alternative.sh + +test_diff_frobnitz "patience" + +test_diff_unique "patience" + +test_done |