diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-06-08 17:29:34 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-06-08 17:29:34 +0000 |
commit | f1204a554678126167dea1065caa8732b917634b (patch) | |
tree | e52716a17e5da25d20557443247d364c3832aaa1 /regress | |
parent | 36b81a96f30f9e7f1b46929bcd67c02baf8fef6e (diff) |
Start with a clean /var/account/acct accounting file and turn on
process accounting with accton(8). Each test executes a command
with a unique name and checks the flags in the lastcomm(1) output.
Run tests with fork, su, core, xsig, pledge, trap accounting.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/lastcomm/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/lastcomm/crash.c b/regress/usr.bin/lastcomm/crash.c index 31e7df63d99..724d2f3265d 100644 --- a/regress/usr.bin/lastcomm/crash.c +++ b/regress/usr.bin/lastcomm/crash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crash.c,v 1.1.1.1 2017/06/08 17:29:33 bluhm Exp $ */ +/* $OpenBSD: crash.c,v 1.1 2017/06/08 17:29:33 bluhm Exp $ */ #include <err.h> #include <stdlib.h> |