summaryrefslogtreecommitdiff
path: root/test/pull-prepare
diff options
context:
space:
mode:
Diffstat (limited to 'test/pull-prepare')
-rw-r--r--test/pull-prepare9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pull-prepare b/test/pull-prepare
new file mode 100644
index 0000000..a7022fe
--- /dev/null
+++ b/test/pull-prepare
@@ -0,0 +1,9 @@
+## vim:ft=zsh
+if [[ $repo == $file ]] {
+ echo "# Creating new commit in PKG_ROOT"
+ cd $test_proot/$file
+ git checkout -f
+ echo $RANDOM > baz
+ git add baz
+ git commit -m 'floeppel'
+}