diff --git a/.test/run.sh b/.test/run.sh
index 5714be6815a7bec475838beb110a8c4fbc1a3ee2..3b074123140c7c7bce85d75c505da24d4693ebe8 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.