7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check decoding of mq_open, mq_notify, mq_timedsend, mq_timedreceive syscalls.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -e trace=mq_open,mq_notify,mq_timedsend,mq_timedreceive,mq_unlink -ewrite=0 -a14
|