aboutsummaryrefslogtreecommitdiff
path: root/tests/release.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-02-23 20:52:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-23 21:27:57 +0300
commit36f8e995b235625657923518c73038cbf51ed3c7 (patch)
treee04c991d4456f4339d13a3241ce5692291a60c6f /tests/release.testscript
parentc5bbf6be5ba69ff3d5e7ecd79ab32e38f4bdbe69 (diff)
Fix test failing due to 'default branch name is subject to change' git 2.30 warning
Diffstat (limited to 'tests/release.testscript')
-rw-r--r--tests/release.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/release.testscript b/tests/release.testscript
index ff32db8..c39bbba 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -1103,7 +1103,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
# Create the remote repository.
#
+mkdir --no-cleanup prj.git
- +git -C prj.git init --bare 2>! >&2 &prj.git/***
+ +git -C prj.git init --bare --quiet &prj.git/***
# Create the local repository.
#