summaryrefslogtreecommitdiff
path: root/test/TEST-38-FREEZER/test.sh
blob: dab05022bebfd64b4ee662ad7eb69213f8c814da (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

TEST_DESCRIPTION="test unit freezing and thawing via DBus and systemctl"
TEST_NO_NSPAWN=1

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

do_test "$@"