summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2018-02-27 18:50:00 +0000
committerbluhm <bluhm@openbsd.org>2018-02-27 18:50:00 +0000
commit4a3cbdec4a19cdf12292df06c27a94f71a5f08f9 (patch)
treea2b1f74c360a12b04efbb3ab9caa4ffbb3d9204d
parentDo not expect an eui64 link-local source address during duplicate (diff)
downloadwireguard-openbsd-4a3cbdec4a19cdf12292df06c27a94f71a5f08f9.tar.xz
wireguard-openbsd-4a3cbdec4a19cdf12292df06c27a94f71a5f08f9.zip
There were more now useless -S in the process accounting test.
-rw-r--r--regress/usr.bin/lastcomm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/lastcomm/Makefile b/regress/usr.bin/lastcomm/Makefile
index 6b214c98482..f04a12d73fd 100644
--- a/regress/usr.bin/lastcomm/Makefile
+++ b/regress/usr.bin/lastcomm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2018/02/27 07:58:29 mpi Exp $
+# $OpenBSD: Makefile,v 1.4 2018/02/27 18:50:00 bluhm Exp $
# Start with a clean /var/account/acct accounting file and turn on
# process accounting with accton(8). Each test executes a command
@@ -58,7 +58,7 @@ run-regress-pledge:
cp -f /usr/bin/perl regress-pledge
ulimit -c 0; ! ./regress-pledge -MOpenBSD::Pledge -e\
'pledge("stdio") or die $$!; chdir("/")'
- lastcomm regress-pledge | grep -q ' -S*XP '
+ lastcomm regress-pledge | grep -q ' -XP '
TARGETS+= trap
run-regress-trap: ${PROG}
@@ -66,7 +66,7 @@ run-regress-trap: ${PROG}
# Build crashing program, run SIGSEGV handler, and check the -T flag.
cp -f ${PROG} regress-trap
./regress-trap
- lastcomm regress-trap | grep -q ' -S*T '
+ lastcomm regress-trap | grep -q ' -T '
REGRESS_TARGETS= ${TARGETS:S/^/run-regress-/}
${REGRESS_TARGETS}: stamp-rotate