t / t7500 / add-commentson commit t3200: Add test demonstrating minor regression in 41c21f2 (62d94a3)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0