summaryrefslogtreecommitdiffstats
path: root/test/repos/extras/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'test/repos/extras/pre-commit')
-rw-r--r--test/repos/extras/pre-commit7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/repos/extras/pre-commit b/test/repos/extras/pre-commit
new file mode 100644
index 000000000..3f7e7a5bb
--- /dev/null
+++ b/test/repos/extras/pre-commit
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+echo "test1"
+sleep 1
+echo "test2"
+sleep 1
+echo "test3" \ No newline at end of file