Fix style
This commit is contained in:
parent
d6067418c1
commit
f930dd58a0
@ -84,7 +84,7 @@ describe "brew install" do
|
||||
expect(HOMEBREW_CELLAR/"testball1/0.1/bin/test.dSYM").to be_a_directory if OS.mac?
|
||||
if OS.linux?
|
||||
expect { system_command("objdump", "-h", "${HOMEBREW_CELLAR}/testball1/0.1/bin/test") }
|
||||
.to output(%r{\.debug}).to_stdout
|
||||
.to output(/\.debug/).to_stdout
|
||||
end
|
||||
expect(HOMEBREW_CACHE/"Sources/testball1").to be_a_directory
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user