summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-17 20:54:59 +0000
committerngie <ngie@FreeBSD.org>2017-07-17 20:54:59 +0000
commit9bd090318b6c6e862f3827defa41022bb8242a82 (patch)
tree82f6e2ee567f8b11e2ab5b95890eef83803af611 /etc
parentd0036f09237f420d5c56063a793387a35da2cf2c (diff)
downloadFreeBSD-src-9bd090318b6c6e862f3827defa41022bb8242a82.zip
FreeBSD-src-9bd090318b6c6e862f3827defa41022bb8242a82.tar.gz
MFC r318325:
Start writing up some basic feature tests for procstat These tests query a running process for information related to the -b, -c, -e, and -f flags; the -f testcase is largely stubbed out, pending additional work to determine a good, deterministic descriptor. Core file test support is coming soon--it requires a bit more effort due to the fact that: - coredumps can be disabled (kern.coredump=0). - corefiles can be put in different directories than the current directory, or be named something other than `<prog>.core` (`kern.corefile`).
Diffstat (limited to 'etc')
-rw-r--r--etc/mtree/BSD.tests.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index 409542e..21d020d 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -640,6 +640,8 @@
..
printf
..
+ procstat
+ ..
sdiff
..
sed
OpenPOWER on IntegriCloud