summaryrefslogtreecommitdiff
path: root/test/units/testsuite-61.sh
blob: 0b7b0116d3c159e7a4b9938ad660b9dc2d7ab70c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
# shellcheck disable=SC2317
set -eux
set -o pipefail

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

exit 0