test/container: fix path to koji sql schema

This commit is contained in:
Sanne Raymaekers 2024-10-22 10:30:58 +02:00 committed by Simon de Vlieger
parent 7ade47b379
commit c12492a7d4

View file

@ -51,7 +51,7 @@ psql_cmd() {
# initialize the database if it isn't initialized already # initialize the database if it isn't initialized already
if ! psql_cmd -c "select * from users" &>/dev/null; then if ! psql_cmd -c "select * from users" &>/dev/null; then
psql_cmd -f /usr/share/doc/koji/docs/schema.sql >/dev/null psql_cmd -f /usr/share/koji/schema.sql >/dev/null
fi fi
# ensure /mnt/koji is owned by apache # ensure /mnt/koji is owned by apache