summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-29 15:52:15 +0100
committerMarius Bakke <marius@gnu.org>2022-01-29 16:09:03 +0100
commit765be3dcefff109b9e1e2309a2d0017009b29ead (patch)
treec9501fa3f34f8caa990155570842e46166639a1f /gnu/tests
parent45681b89a88a050ce2f3a3b9f9974eafe1b4302c (diff)
tests: postgresql: Test the default PostgreSQL.
* gnu/tests/databases.scm (%postgresql-os): Change from POSTGRESQL-10 to POSTGRESQL.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/databases.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/databases.scm b/gnu/tests/databases.scm
index a20de1a8c79..2374aaba04a 100644
--- a/gnu/tests/databases.scm
+++ b/gnu/tests/databases.scm
@@ -138,7 +138,7 @@
138 (simple-operating-system 138 (simple-operating-system
139 (service postgresql-service-type 139 (service postgresql-service-type
140 (postgresql-configuration 140 (postgresql-configuration
141 (postgresql postgresql-10) 141 (postgresql postgresql)
142 (config-file 142 (config-file
143 (postgresql-config-file 143 (postgresql-config-file
144 (extra-config 144 (extra-config