diff --git a/tests/queries/0_stateless/02921_database_filesystem_path_check.sh b/tests/queries/0_stateless/02921_database_filesystem_path_check.sh index 79315d89f07..8b60acbb47e 100755 --- a/tests/queries/0_stateless/02921_database_filesystem_path_check.sh +++ b/tests/queries/0_stateless/02921_database_filesystem_path_check.sh @@ -6,7 +6,7 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) function get_exception_message() { - $CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must.*path' + $CLICKHOUSE_CLIENT --query "$1" |& grep -o 'Path must be inside user-files path' } get_exception_message "create database db_filesystem ENGINE=Filesystem('/etc');"