go: fix quoting in test
This commit is contained in:
parent
241433b777
commit
4778e0da1b
1 changed files with 2 additions and 2 deletions
|
@ -82,9 +82,9 @@ class Go < Formula
|
|||
prefix.install(Dir['*'] - ['include'])
|
||||
end
|
||||
|
||||
def test
|
||||
test do
|
||||
cd "#{prefix}/src" do
|
||||
system './run.bash --no-rebuild'
|
||||
system "./run.bash", "--no-rebuild"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue