aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-03-18 16:57:40 +0200
committerMike McQuaid2017-03-20 18:20:31 +0200
commit623c95b3f8660d5c77936483ec9b9a4db16aff00 (patch)
tree974261d16466928cb033cadc4c49853735baea9d /Library/Homebrew/test/cmd
parent8cedd62750403d7f0c66cbeb714f6da50f50384f (diff)
downloadbrew-623c95b3f8660d5c77936483ec9b9a4db16aff00.tar.bz2
cmd/log: improve output messaging.
This wasn’t adapted to the new, multiple repository world.
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."