mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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*
|
(let* ((port (open-pipe*
|
||||||
OPEN_READ
|
OPEN_READ
|
||||||
#$(file-append postgresql "/bin/psql")
|
#$(file-append postgresql "/bin/psql")
|
||||||
"-tAh" "/var/run/postgresql"
|
"-tAh" "/tmp"
|
||||||
"-c" "SELECT 1 FROM pg_database WHERE
|
"-c" "SELECT 1 FROM pg_database WHERE
|
||||||
datname='root'"))
|
datname='root'"))
|
||||||
(output (get-string-all port)))
|
(output (get-string-all port)))
|
||||||
|
|
Loading…
Reference in a new issue