diff options
| author | Mike McQuaid | 2015-04-12 22:00:35 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-12 22:00:35 -0700 |
| commit | 6653e2f0f38b48862f32d65ea3f57931a254f3c4 (patch) | |
| tree | 712ce237270f7addf40387eb2ff8d0fa4720aa5a /Library/Formula/postgresql.rb | |
| parent | 264218f4758358df1ac910befafad999e0dcb991 (diff) | |
| download | homebrew-6653e2f0f38b48862f32d65ea3f57931a254f3c4.tar.bz2 | |
postgresql: fix test.
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 |
