mergetools / kompareon commit t/t5100: no need to use 'echo' command substitutions for globbing (6ffd3ec)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}