blob: d9bce3a920d2993054f1e77aa666879e10b0b38c [file] [log] [blame]
Leonardo Sandoval6eff3f72021-05-03 11:12:37 -05001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6# Expect script
7#
8
9# Expect the test to have set a fault message
10if [ -n "${tftf_fault_msg}" ]; then
11 expect_string+=("${tftf_fault_msg}")
12fi