postgresql: fix test.
This commit is contained in:
parent
b298db8e2f
commit
b9099da55d
1 changed files with 1 additions and 1 deletions
|
@ -124,6 +124,6 @@ class Postgresql < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/initdb", testpath
|
||||
system "#{bin}/initdb", testpath/"test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue