aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-22 20:45:15 +0000
committerAlyssa Ross2017-01-22 20:45:15 +0000
commitb53ce62ffb193748266c63d7b13fd023c0764ff0 (patch)
tree3dc2fd529ebc3b115962311b6e1f61b74792fc0a /Library/Homebrew/test/support
parent9c3d01c682056367f59d557720c7a08ca67f48c4 (diff)
downloadbrew-b53ce62ffb193748266c63d7b13fd023c0764ff0.tar.bz2
tests: use more recent git committer date
This will allow the `brew bundle` test to use the default git environment.
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/helper/env.rb b/Library/Homebrew/test/support/helper/env.rb
index 7e6429e74..7958a041e 100644
--- a/Library/Homebrew/test/support/helper/env.rb
+++ b/Library/Homebrew/test/support/helper/env.rb
@@ -21,7 +21,7 @@ module Test
git_env = ["AUTHOR", "COMMITTER"].each_with_object({}) do |role, env|
env["GIT_#{role}_NAME"] = "brew tests"
env["GIT_#{role}_EMAIL"] = "brew-tests@localhost"
- env["GIT_#{role}_DATE"] = "Thu May 21 00:04:11 2009 +0100"
+ env["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
end
with_environment(git_env) do