mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-23 03:02:32 +01:00
tests: Fix mysql-server install on buster
This commit is contained in:
parent
17ea2c1792
commit
3988b79b92
@ -1,7 +1,7 @@
|
||||
load common
|
||||
|
||||
begin_mysql() {
|
||||
apt-get -qq install mysql-server
|
||||
apt-get -qq install default-mysql-server
|
||||
zcat "${BATS_TEST_DIRNAME}/samples/bntest_p8Cz8k.sql.gz" | mysql --defaults-file=/etc/mysql/debian.cnf
|
||||
zcat "${BATS_TEST_DIRNAME}/samples/bntest_v11vJj.sql.gz" | mysql --defaults-file=/etc/mysql/debian.cnf
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user