t / t7500 / add-commentson commit t6036, t6043: increase code coverage for file collision handling (b8cd1bb)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0