guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: tests: postgresql: Fix it.


From: guix-commits
Subject: 02/02: tests: postgresql: Fix it.
Date: Tue, 13 Apr 2021 13:32:17 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit c51ffa784e06f1541ee4e6a2378122e51f390e54
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Apr 13 19:26:39 2021 +0200

    tests: postgresql: Fix it.
    
    This is a follow-up of c311147bd16aa0e5746d9cbf31502f5fd61e470c.
    
    * gnu/tests/databases.scm (run-postgresql-test): Use "/tmp" as database 
host.
---
 gnu/tests/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/databases.scm b/gnu/tests/databases.scm
index 4bfe4ee..c8d11e1 100644
--- a/gnu/tests/databases.scm
+++ b/gnu/tests/databases.scm
@@ -233,7 +233,7 @@
                 (let* ((port (open-pipe*
                               OPEN_READ
                               #$(file-append postgresql "/bin/psql")
-                              "-tAh" "/var/run/postgresql"
+                              "-tAh" "/tmp"
                               "-c" "SELECT 1 FROM pg_database WHERE
  datname='root'"))
                        (output (get-string-all port)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]