]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-18-FAILUREACTION/test.sh
Merge pull request #18863 from keszybz/cmdline-escaping
[thirdparty/systemd.git] / test / TEST-18-FAILUREACTION / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 TEST_DESCRIPTION="FailureAction= operation"
5
6 # shellcheck source=test/test-functions
7 . "${TEST_BASE_DIR:?}/test-functions"
8
9 QEMU_TIMEOUT=600
10
11 do_test "$@"