summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 16:03:45 +0000
committerRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 16:03:45 +0000
commitba201fcd4e133cef9489c94ec7375ed3ddeb5071 (patch)
treeca463d29a3e49e6e6bcfa01c4d901ac402bbb320 /tests/show-dependencies.setup
parentba002866059a6672e53f1ebee573871cb8efca1b (diff)
downloadmorph-ba201fcd4e133cef9489c94ec7375ed3ddeb5071.tar.gz
Actually make show-dependencies.setup create an invariant history
tests/show-dependencies.setup was actually creating different histories on machines with different timezones.
Diffstat (limited to 'tests/show-dependencies.setup')
-rwxr-xr-xtests/show-dependencies.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index 059af655..bef69c12 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -22,10 +22,10 @@ set -e
GIT_AUTHOR_NAME="An Author"
GIT_AUTHOR_EMAIL="an.author@test.org"
-GIT_AUTHOR_DATE=2005-04-07T22:13:13
+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=2005-04-07T22:13:13
+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