t / t7500 / add-content-and-commenton commit archive-tar: fix a sparse 'constant too large' warning (3f78971)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5