t / t7500 / add-content-and-commenton commit t9402-git-cvsserver-refs: don't check the stderr of a subshell (c20bf94)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5