Re: [PATCH v2] tests: add strace-E.test

2016-06-07 Thread Dmitry V. Levin
On Tue, Jun 07, 2016 at 10:38:21AM +0800, Fei Jie wrote: > * tests/strace-E.test: New test. > * tests/Makefile.am (MISC_TESTS): Add it. > --- > tests/Makefile.am | 1 + > tests/strace-E.test | 15 +++ > 2 files changed, 16 insertions(+) > create mode 100755 tests/strace-E.test > >

[PATCH v2] tests: add strace-E.test

2016-06-06 Thread Fei Jie
* tests/strace-E.test: New test. * tests/Makefile.am (MISC_TESTS): Add it. --- tests/Makefile.am | 1 + tests/strace-E.test | 15 +++ 2 files changed, 16 insertions(+) create mode 100755 tests/strace-E.test diff --git a/tests/Makefile.am b/tests/Makefile.am index dcc9323..092219c