blob: d9bce3a920d2993054f1e77aa666879e10b0b38c [file] [log] [blame]
#
# Copyright (c) 2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Expect script
#
# Expect the test to have set a fault message
if [ -n "${tftf_fault_msg}" ]; then
expect_string+=("${tftf_fault_msg}")
fi