]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-65-ANALYZE/test.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / TEST-65-ANALYZE / test.sh
CommitLineData
4b622119 1#!/usr/bin/env bash
7b3cec95 2# SPDX-License-Identifier: LGPL-2.1-or-later
4b622119
MG
3set -e
4
5TEST_DESCRIPTION="test analyze"
6
7# shellcheck source=test/test-functions
8. "${TEST_BASE_DIR:?}/test-functions"
9
10do_test "$@"