about summary refs log tree commit homepage
path: root/t/clone-coderepo-puh2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/clone-coderepo-puh2.sh')
-rwxr-xr-xt/clone-coderepo-puh2.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/clone-coderepo-puh2.sh b/t/clone-coderepo-puh2.sh
new file mode 100755
index 00000000..1170a08a
--- /dev/null
+++ b/t/clone-coderepo-puh2.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# sample --post-update-hook for t/clone-coderepo.t test
+case $CLONE_CODEREPO_TEST_OUT in
+'') ;;
+*) echo "dos $@" >> "$CLONE_CODEREPO_TEST_OUT" ;;
+esac