aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-03-21 17:31:31 +0000
committerGitHub2017-03-21 17:31:31 +0000
commit4117d198ccff6b220ca3e26882f1f3904130b984 (patch)
tree86a9e08a44b57912588b939fc2388bb9a16b4da2 /Library/Homebrew/test/cmd
parent7095b9b3c7ca8584a4e7528aa62f0ae87e3afdc0 (diff)
parentf59eb358c29c5f40601a99e3f1bf7e8e891f10ba (diff)
downloadbrew-4117d198ccff6b220ca3e26882f1f3904130b984.tar.bz2
Merge pull request #1732 from zmwangx/hint-migrations
Hint at new location of migrated formulae
Diffstat (limited to 'Library/Homebrew/test/cmd')
-rw-r--r--Library/Homebrew/test/cmd/log_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/log_spec.rb b/Library/Homebrew/test/cmd/log_spec.rb
index bdbca8912..b9e3e8d3e 100644
--- a/Library/Homebrew/test/cmd/log_spec.rb
+++ b/Library/Homebrew/test/cmd/log_spec.rb
@@ -33,7 +33,7 @@ describe "brew log", :integration_test do
expect { brew "log", "#{shallow_tap}/testball" }
.to output(/This is a test commit for Testball/).to_stdout
- .and output(/Warning: The git repository is a shallow clone/).to_stderr
+ .and output(%r{Warning: homebrew/shallow is a shallow clone}).to_stderr
.and be_a_success
expect(shallow_tap.path/".git/shallow").to exist, "A shallow clone should have been created."