strace/tests/fault_injection-exit_group.expected
Dmitry V. Levin f6c14637a3 tests: check decoding of fault injected exit_group syscall
* tests/answer.c: New file.
* tests/fault_injection-exit_group.expected: Likewise.
* tests/fault_injection-exit_group.test: New test.
* tests/.gitignore: Add answer.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add fault_injection-exit_group.test.
(EXTRA_DIST): Add fault_injection-exit_group.expected.
2016-11-27 19:40:33 +00:00

4 lines
157 B
Plaintext

exit_group(42) = -1 ENOSYS (Function not implemented) (INJECTED)
exit(42) = ?
+++ exited with 42 +++