aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/tests
Commit message (Collapse)AuthorAgeFilesLines
* vmstat(8): Hook up NetBSD testsKyle Evans2018-01-111-0/+9
The NetBSD tests for vmstat are basically just a smoke test, ensuring that executing `vmstat` and `vmstat -s` exit successfully. This is more than we test now, so go with it. Notes: svn path=/head/; revision=327832