mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
c8756ec17b
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13520 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
20 lines
348 B
Bash
Executable File
20 lines
348 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "failing event script"
|
|
|
|
setup_eventd
|
|
|
|
required_error ENOEXEC <<EOF
|
|
Event failure in random failed
|
|
EOF
|
|
simple_test run 10 random failure
|
|
|
|
required_result 1 <<EOF
|
|
01.disabled DISABLED
|
|
02.enabled ERROR DURATION DATETIME
|
|
OUTPUT:
|
|
EOF
|
|
simple_test status random failure
|