t / t4033-diff-patience.shon commit l10n: git.pot: v1.8.4 round 2 (5 new, 3 removed) (b8ecf23)
   1#!/bin/sh
   2
   3test_description='patience diff algorithm'
   4
   5. ./test-lib.sh
   6. "$TEST_DIRECTORY"/lib-diff-alternative.sh
   7
   8test_diff_frobnitz "patience"
   9
  10test_diff_unique "patience"
  11
  12test_done