summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-61.sh
blob: 748e24a7ca04e5351eccd58c8bebd3eb19688b0a (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail

TESTS_GLOB="test-loop-block"
# shellcheck source=test/units/testsuite-02.sh
. "$(dirname "$0")/testsuite-02.sh"

exit 0