From 36f8e995b235625657923518c73038cbf51ed3c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 23 Feb 2021 20:52:14 +0300 Subject: Fix test failing due to 'default branch name is subject to change' git 2.30 warning --- tests/publish.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/publish.testscript') 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 -- cgit v1.1