From 9f1058dc459bd556eb01f38be0f1ba15af1f7538 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 7 May 2009 10:27:41 +0200 Subject: Added very basic test for pkg pull --- test/pull-prepare | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/pull-prepare (limited to 'test/pull-prepare') 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' +} -- cgit v1.2.3