diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-23 20:52:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-23 21:27:57 +0300 |
commit | 36f8e995b235625657923518c73038cbf51ed3c7 (patch) | |
tree | e04c991d4456f4339d13a3241ce5692291a60c6f /tests/publish.testscript | |
parent | c5bbf6be5ba69ff3d5e7ecd79ab32e38f4bdbe69 (diff) |
Fix test failing due to 'default branch name is subject to change' git 2.30 warning
Diffstat (limited to 'tests/publish.testscript')
-rw-r--r-- | tests/publish.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publish.testscript b/tests/publish.testscript index 3427b1d..afcde71 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -376,7 +376,7 @@ g = git -C prj >! 2>! # Create the remote repository. # +mkdir --no-cleanup prj.git - +git -C prj.git init --bare >! &prj.git/*** + +git -C prj.git init --bare --quiet &prj.git/*** +$clone_prj |