nixosTests.initdb: Move code to existing postgres test

This commit is contained in:
Jacek Galowicz 2020-01-09 23:21:51 +01:00
parent fff1c2867f
commit abebf8cdb3
2 changed files with 3 additions and 19 deletions

View file

@ -76,6 +76,9 @@ let
"stat -c '%a' /var/backup/postgresql/${backupName}.sql.gz | grep 600",
)
with subtest("Initdb works"):
machine.succeed("sudo -u postgres initdb -D /tmp/testpostgres2")
machine.shutdown()
'';