summaryrefslogtreecommitdiff
path: root/test/TEST-27-STDOUTFILE/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-27-STDOUTFILE/test.sh')
-rwxr-xr-xtest/TEST-27-STDOUTFILE/test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/TEST-27-STDOUTFILE/test.sh b/test/TEST-27-STDOUTFILE/test.sh
index 23aadf314e..f19ac4ac8c 100755
--- a/test/TEST-27-STDOUTFILE/test.sh
+++ b/test/TEST-27-STDOUTFILE/test.sh
@@ -1,7 +1,9 @@
#!/usr/bin/env bash
set -e
+
TEST_DESCRIPTION="test StandardOutput=file:"
-. $TEST_BASE_DIR/test-functions
+# shellcheck source=test/test-functions
+. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@" 27