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