]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4033-diff-patience.sh
branch.c: Relax unnecessary requirement on upstream's remote ref name
[thirdparty/git.git] / t / t4033-diff-patience.sh
1 #!/bin/sh
2
3 test_description='patience diff algorithm'
4
5 . ./test-lib.sh
6 . "$TEST_DIRECTORY"/lib-diff-alternative.sh
7
8 test_diff_frobnitz "patience"
9
10 test_diff_unique "patience"
11
12 test_done