summaryrefslogtreecommitdiffstats
path: root/test/lots_of_commits.sh
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-11 16:11:17 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-11 16:11:17 +1000
commit2dba6f6733c4b4bcc1e4173200846f16616b469d (patch)
tree49a29fb1f3ca138474935fa42d9cf217ed431924 /test/lots_of_commits.sh
parent9626ebdf3577090cff24fab82880fe9d330adb59 (diff)
support case insensitive branch names
Diffstat (limited to 'test/lots_of_commits.sh')
-rwxr-xr-xtest/lots_of_commits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lots_of_commits.sh b/test/lots_of_commits.sh
index 6a92d32e2..b56c9a6be 100755
--- a/test/lots_of_commits.sh
+++ b/test/lots_of_commits.sh
@@ -9,7 +9,7 @@
# -x means print out simple commands before running them
set -ex
-reponame="testrepo"
+reponame="lots_of_commits"
rm -rf ${reponame}
mkdir ${reponame}