From 1637a68a195a27f4a89fa8e6b9d0c13a1dcb015e Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@mariadb.org>
Date: Wed, 14 Aug 2024 13:29:28 +1000
Subject: [PATCH] test: compatibility with MDEV-19949

---
 .test/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.test/run.sh b/.test/run.sh
index 5714be6..3b07412 100755
--- a/.test/run.sh
+++ b/.test/run.sh
@@ -890,11 +890,11 @@ zstd "${initdb}"/*zst*
 
 	docker exec \
 		"$cname" \
-		mariabackup --backup --target-dir=/backup/d --user root --password soverysecret
+		mariadb-backup --backup --target-dir=/backup/d --user root --password=soverysecret
 
 	docker exec \
 		"$cname" \
-		mariabackup --prepare --target-dir=/backup/d
+		mariadb-backup --prepare --target-dir=/backup/d
 
 	# purge this out, in the server we may end up saving it, but the test here
 	# is the user password is reset and file recreated on restore.
-- 
GitLab