postgresql: fix test.

This commit is contained in:
Mike McQuaid 2015-04-12 22:00:35 -07:00
parent b298db8e2f
commit b9099da55d

View file

@ -124,6 +124,6 @@ class Postgresql < Formula
end
test do
system "#{bin}/initdb", testpath
system "#{bin}/initdb", testpath/"test"
end
end