mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-27777: Some Galera tests fail on FreeBSD
This commit fixes problems due to bugs and quirks in bsdtar (the FreeBSD version of tar). Separate tests are not required, because without these fixes, many other tests fail when tested in the FreeBSD environment. Also, the grep patterns for reading utility version numbers has been made more robust. The notation of some options of the "cut" utility has been changed.
This commit is contained in:
@ -336,7 +336,7 @@ case "$1" in
|
||||
else
|
||||
# If it's not bash, then we need to use slow
|
||||
# external utilities:
|
||||
option=$(echo "$options" | cut -c1-1)
|
||||
option=$(echo "$options" | cut -c1)
|
||||
fi
|
||||
# And the subsequent characters consider option value:
|
||||
value=""
|
||||
|
Reference in New Issue
Block a user