]> granicus.if.org Git - strace/commit
tests: rewrite mq.test from match_grep to match_diff
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 10 Feb 2017 00:14:45 +0000 (00:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 10 Feb 2017 00:14:45 +0000 (00:14 +0000)
commit649fe41781560a15fb6c89c2633a010ad7150fff
treea7b52d6e778a674556d56c2ef35bfb63533581d8
parent2ee98e5030860aa535728ec4de5b07c0ce765b50
tests: rewrite mq.test from match_grep to match_diff

Unlike the previous edition of the test that was based on match_grep,
the new one is match_diff based and does more rigorous testing.

* tests/mq.c: Include <stdio.h>.
(NAME): New macro.
(main): Use it.  Print expected output.
* tests/mq.expected: Remove.
* tests/Makefile.am (EXTRA_DIST): Remove mq.expected.
* tests/mq.test: Use run_strace_match_diff.
tests/Makefile.am
tests/mq.c
tests/mq.expected [deleted file]
tests/mq.test