From c271f4b6b3589d52b168ddd82c11b977229d5776 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 13 Oct 2014 10:17:20 -0800 Subject: [PATCH] sslmode declared in datastore. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 9670bba..a20af0e 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -PGTZ=UTC PGSSLMODE=disable go test -v ./... +PGTZ=UTC go test -v ./...