summaryrefslogtreecommitdiffstats
path: root/test/TEST-33-CLEAN-UNIT/test.sh
blob: dae72d98ef609ab5837f1b85b853495ec656a188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
set -e

TEST_DESCRIPTION="test CleanUnit"

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

do_test "$@"