summaryrefslogtreecommitdiff
path: root/t/t4033-diff-patience.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4033-diff-patience.sh')
-rwxr-xr-xt/t4033-diff-patience.sh12
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