aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-04-12 22:00:35 -0700
committerMike McQuaid2015-04-12 22:00:35 -0700
commit6653e2f0f38b48862f32d65ea3f57931a254f3c4 (patch)
tree712ce237270f7addf40387eb2ff8d0fa4720aa5a /Library/Formula/postgresql.rb
parent264218f4758358df1ac910befafad999e0dcb991 (diff)
downloadhomebrew-6653e2f0f38b48862f32d65ea3f57931a254f3c4.tar.bz2
postgresql: fix test.
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
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