freebsd-nq/tests/sys/kern
Enji Cooper 83f5e032b4 Clean up :coredump_phnum
- Use "atf_check -x 'cmd1 | cmd2'" instead of "cmd1 | atf_check cmd2". The
  two forms are idiomatically similar, but subtly different in the sense of
  what program invokes the other, and there could be unwanted side effects
  of the latter idiom dealing with forking, pipes, etc.
- Remove chmod and instead source coredump_phnum_restore_state.sh directly.
  This avoids the need to check the result of the chmod call.
- Fix indentation in an if-block (4 column space indentation -> hard tab).
2017-07-19 16:23:02 +00:00
..
acct
execve
pipe
coredump_phnum_helper.c
coredump_phnum_test.sh Clean up :coredump_phnum 2017-07-19 16:23:02 +00:00
kern_copyin.c
kern_descrip_test.c
libkern_crc32.c
Makefile
Makefile.depend
Makefile.inc
ptrace_test.c Add a regression test for r318191. 2017-05-12 18:02:57 +00:00
reaper.c
unix_passfd_test.c
unix_seqpacket_test.c Send all of data, not just a portion of it 2017-05-28 09:21:28 +00:00
waitpid_nohang.c