t / t7500 / add-content-and-commenton commit t6302: skip only signed tags rather than all tests when GPG is missing (618310a)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5