• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# 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#
7
8if [ -z "$LTP_IPC_PATH" ]; then
9	tst_run_shell $(basename "$0") "$@"
10	exit $?
11else
12	. tst_env.sh
13fi
14