1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz>
4
5. tst_env.sh
6
7tst_brk TCONF "This exits test and the next message should not be reached"
8tst_res TFAIL "If you see this the test failed"
9