1
0
mirror of https://github.com/git/git.git synced 2024-10-21 13:59:03 +02:00
git/t/t4033-diff-patience.sh

13 lines
186 B
Bash
Raw Normal View History

#!/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