diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 13:19:51 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-27 13:37:27 +0200 |
commit | 6398d67067837fe2a77d5d5290fec85719a02a8c (patch) | |
tree | e3a2e6407cead893624ef8fe3e6f6d1508fafbe1 /test/integration/local | |
parent | README: update URLs (diff) | |
download | cgitize-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 '')
-rwxr-xr-x | test/integration/local/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/local/test.sh b/test/integration/local/test.sh index 3c73543..68c78ec 100755 --- a/test/integration/local/test.sh +++ b/test/integration/local/test.sh @@ -141,7 +141,7 @@ verify_commits() { # doesn't work: https://stackoverflow.com/q/4072984/514684 # TODO: figure this out? pushd -- "$output_dir" > /dev/null && - cd -- test_repo && + cd -- test_repo.git && local output && output="$( git log --oneline )" && echo "$output" && |