summaryrefslogtreecommitdiff
path: root/test/TEST-34-DYNAMICUSERMIGRATE/test.sh
blob: 4d5ca336f15a72414c3d34c60f3b4fa8bc7f4739 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -e

TEST_DESCRIPTION="test migrating state directory from DynamicUser=1 to DynamicUser=0 and back"

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

do_test "$@"