diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 3fa57c8d0..b9c758cf0 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -124,6 +124,6 @@ class Postgresql < Formula end test do - system "#{bin}/initdb", testpath + system "#{bin}/initdb", testpath/"test" end end |
