mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
tests: postgresql: Fix it.
This is a follow-up of c311147bd1
.
* gnu/tests/databases.scm (run-postgresql-test): Use "/tmp" as database host.
This commit is contained in:
parent
ea89fcb0da
commit
c51ffa784e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ (define marionette
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue