diff --git a/test/db.go b/test/db.go index 30a85e614..c7cb919f6 100644 --- a/test/db.go +++ b/test/db.go @@ -44,7 +44,7 @@ func fatalError(t *testing.T, format string, args ...interface{}) { } func createLocalDB(t *testing.T, dbName string) { - if _, err := exec.LookPath("createdb"); err != nil && !Quiet { + if _, err := exec.LookPath("createdb"); err != nil { fatalError(t, "Note: tests require a postgres install accessible to the current user") return }