t / t7500 / add-content-and-commenton commit tests: factor portable signal check out of t0005 (9b67c99)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5