summaryrefslogtreecommitdiff
path: root/test/TEST-27-STDOUTFILE/test.sh
blob: 15229ba0183d39fa8a64316c26a03b289a198cab (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="test StandardOutput=file:"

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

do_test "$@"