summaryrefslogtreecommitdiffstats
path: root/test/repos/case_insensitive_checkouts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/repos/case_insensitive_checkouts.sh')
-rwxr-xr-xtest/repos/case_insensitive_checkouts.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/repos/case_insensitive_checkouts.sh b/test/repos/case_insensitive_checkouts.sh
index 23997a670..1a2b83403 100755
--- a/test/repos/case_insensitive_checkouts.sh
+++ b/test/repos/case_insensitive_checkouts.sh
@@ -2,6 +2,9 @@
set -ex; rm -rf repo; mkdir repo; cd repo
git init
+git config user.email "test@example.com"
+git config user.name "Lazygit Tester"
+
touch foo
git add foo