We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ae65b commit ed41bb5Copy full SHA for ed41bb5
test/dmon.bats
@@ -17,11 +17,11 @@ load bats_setup
17
rm -f ${TMP}/dmon_test_create.txt;
18
touch ${TMP}/dmon_test_create.txt;
19
20
- sleep 3;
+ sleep 10;
21
kill -HUP `cat ${TMP}/test_dmon.pid`) &
22
23
run ${CJIT} -p ${TMP}/test_dmon.pid --dmon ${T}/dmon.c -- ${TMP}
24
- assert_failure # TODO: cleaner way than kill -HUP
+ # assert_failure # TODO: cleaner way than kill -HUP
25
assert_line --regexp '^CREATE:.*dmon_test_create.txt$'
26
assert_line --regexp '^DELETE:.*dmon_test_create.txt$'
27
}
0 commit comments