aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker/test.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-27 13:19:51 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-27 13:37:27 +0200
commit6398d67067837fe2a77d5d5290fec85719a02a8c (patch)
treee3a2e6407cead893624ef8fe3e6f6d1508fafbe1 /test/integration/docker/test.sh
parentREADME: update URLs (diff)
downloadcgitize-6398d67067837fe2a77d5d5290fec85719a02a8c.tar.gz
cgitize-6398d67067837fe2a77d5d5290fec85719a02a8c.zip
clone to NAME.git folders
It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
Diffstat (limited to 'test/integration/docker/test.sh')
-rwxr-xr-xtest/integration/docker/test.sh2
1 files changed, 1 insertions, 1 deletions
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
}