From 6398d67067837fe2a77d5d5290fec85719a02a8c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 27 May 2022 13:19:51 +0200 Subject: clone to NAME.git folders It seems to be the convention and the default behaviour of `git clone --bare`, so do that. --- test/integration/docker/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/docker') diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 239385e..7b5b4df 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -162,7 +162,7 @@ verify() { echo Checking the pulled repository echo ---------------------------------------------------------------------- - pushd -- "$script_dir/cgitize/output/test_repo" > /dev/null + pushd -- "$script_dir/cgitize/output/test_repo.git" > /dev/null git log --oneline popd > /dev/null } -- cgit v1.2.3