aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/local/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/integration/local/test.sh2
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" &&