summaryrefslogtreecommitdiff
path: root/t/t7500/add-content
diff options
context:
space:
mode:
Diffstat (limited to 't/t7500/add-content')
-rwxr-xr-xt/t7500/add-content3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t7500/add-content b/t/t7500/add-content
new file mode 100755
index 0000000..2fa3d86
--- /dev/null
+++ b/t/t7500/add-content
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "commit message" >> "$1"
+exit 0