mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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>
28 lines
556 B
Bash
Executable File
28 lines
556 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "cancel new monitor event"
|
|
|
|
setup_eventd
|
|
|
|
ok_null
|
|
simple_test_background run 10 multi startup
|
|
|
|
required_error ECANCELED <<EOF
|
|
Event monitor in multi got cancelled
|
|
EOF
|
|
simple_test run 10 multi monitor
|
|
|
|
ok <<EOF
|
|
01.test OK DURATION DATETIME
|
|
02.test OK DURATION DATETIME
|
|
03.test OK DURATION DATETIME
|
|
EOF
|
|
simple_test status multi startup
|
|
|
|
required_error EINVAL <<EOF
|
|
Event monitor has never run in multi
|
|
EOF
|
|
simple_test status multi monitor
|