mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
9 lines
138 B
Bash
Executable File
9 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="FailureAction= operation"
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
QEMU_TIMEOUT=600
|
|
|
|
do_test "$@" 18
|