aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-17 14:26:47 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-17 14:26:47 +0100
commit66f0966c4be7705e3afc4bda288cda894e058f53 (patch)
treef938374c2c5a1d02f25f9380b7e1c0e0d8a5c122 /tests
parentf0085ea2c477f5a09197a92e38bad9b4aaa2ac50 (diff)
downloadgit-deps-66f0966c4be7705e3afc4bda288cda894e058f53.tar.gz
create-repo.sh: make sure we exit 0
For some reason the final read is causing exit 1.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/create-repo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/create-repo.sh b/tests/create-repo.sh
index 0159b13..01765d1 100755
--- a/tests/create-repo.sh
+++ b/tests/create-repo.sh
@@ -71,3 +71,5 @@ main () {
}
main
+
+exit 0