ZTS: Fix FreeBSD 15.0 ksh errors

The package ksh93 is replaced by ksh now.
This works for FreeBSD 13 and 14 also.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Closes #17523
This commit is contained in:
Tino Reichardt 2025-07-09 23:40:32 +02:00 committed by Brian Behlendorf
parent 80b6457fcd
commit 6b38d0f7ff

View File

@ -51,7 +51,7 @@ function freebsd() {
echo "##[group]Install Development Tools" echo "##[group]Install Development Tools"
sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \ sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \ gdb gettext gettext-runtime git gmake gsed jq ksh lcov libtool lscpu \
pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash
sudo pkg install -xy \ sudo pkg install -xy \
'^samba4[[:digit:]]+$' \ '^samba4[[:digit:]]+$' \