From 6653e2f0f38b48862f32d65ea3f57931a254f3c4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 12 Apr 2015 22:00:35 -0700 Subject: postgresql: fix test. --- Library/Formula/postgresql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/postgresql.rb') 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 -- cgit v1.2.3