Welcome to mirror list, hosted at ThFree Co, Russian Federation.

t4033-diff-patience.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c9932edf3f3dd44eaef98c0509a6cbe4b0091f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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