summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/show-dependencies.setup14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index 76711987..e85c5ecf 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -17,19 +17,7 @@
set -e
-# Setting all these means that we will always create a repository
-# with identical commit sha1s
-
-GIT_AUTHOR_NAME="An Author"
-GIT_AUTHOR_EMAIL="an.author@test.org"
-GIT_AUTHOR_DATE="Thu, 07 Apr 2005 22:13:13 +0200"
-GIT_COMMITTER_NAME="An Committer"
-GIT_COMMITTER_EMAIL="a.committer@test.org"
-GIT_COMMITTER_DATE="Thu, 07 Apr 2005 22:13:13 +0200"
-
-export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_AUTHOR_DATE
-export GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_COMMITTER_DATE
-
+source "$SRCDIR/scripts/fix-committer-info"
# Create a repository
repo="$DATADIR/test-repo"