aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-12-31 09:42:36 +0000
committerGitHub2017-12-31 09:42:36 +0000
commite048106624264fa07cb3e52059ef2d69d0980dbd (patch)
tree42c9251ab78ccc298ce54578925379c86b5f392d /Library/Homebrew/test
parent884a2f3667f21109b569d129591199619e76dbe8 (diff)
parent799312c5fc45b24ef38e31e54f43e385ad412d53 (diff)
downloadbrew-e048106624264fa07cb3e52059ef2d69d0980dbd.tar.bz2
Merge pull request #3614 from MikeMcQuaid/previously-deleted-month
missing_formula: check deleted in the last month.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/missing_formula_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb
index 830ecb6aa..d16c6116f 100644
--- a/Library/Homebrew/test/missing_formula_spec.rb
+++ b/Library/Homebrew/test/missing_formula_spec.rb
@@ -140,6 +140,8 @@ describe Homebrew::MissingFormula do
tap_path = Tap::TAP_DIRECTORY/"homebrew/homebrew-foo"
tap_path.mkpath
(tap_path/"deleted-formula.rb").write "placeholder"
+ ENV.delete "GIT_AUTHOR_DATE"
+ ENV.delete "GIT_COMMITTER_DATE"
tap_path.cd do
system "git", "init"