]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-09-REBOOT/test.sh
Merge pull request #32308 from yuwata/sd-ndisc-disable-timer-on-recv
[thirdparty/systemd.git] / test / TEST-09-REBOOT / test.sh
CommitLineData
c1b129f4
FS
1#!/usr/bin/env bash
2# SPDX-License-Identifier: LGPL-2.1-or-later
3set -e
4
5TEST_DESCRIPTION="Test various scenarios involving (multiple) machine reboots"
6
7# shellcheck source=test/test-functions
8. "${TEST_BASE_DIR:?}/test-functions"
9
10do_test "$@"