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 @@ | |||
|                 (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))) | ||||
|  |  | |||
		Reference in a new issue