1#!/bin/sh2# SPDX-License-Identifier: GPL-2.0-or-later3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz>4#5# This is a loader for shell tests that use the C test library.6#78if [ -z "$LTP_IPC_PATH" ]; then9tst_run_shell $(basename"$0") "$@"10exit $?
11else12 . tst_env.sh13fi14