diff options
Diffstat (limited to 'test/TEST-38-FREEZER/test.sh')
-rwxr-xr-x | test/TEST-38-FREEZER/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/TEST-38-FREEZER/test.sh b/test/TEST-38-FREEZER/test.sh index 3821db9f00..524180b1ad 100755 --- a/test/TEST-38-FREEZER/test.sh +++ b/test/TEST-38-FREEZER/test.sh @@ -1,7 +1,10 @@ #!/bin/bash set -e + TEST_DESCRIPTION="test unit freezing and thawing via DBus and systemctl" TEST_NO_NSPAWN=1 -. $TEST_BASE_DIR/test-functions + +# shellcheck source=test/test-functions +. "${TEST_BASE_DIR:?}/test-functions" do_test "$@" 38 |