Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.sbin/execsnoop Increase sleep waiting for execsnoo...



details:   https://anonhg.NetBSD.org/src/rev/ee995e03c11f
branches:  trunk
changeset: 1022564:ee995e03c11f
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Jul 25 10:11:32 2021 +0000

description:
Increase sleep waiting for execsnoop to start; one second is not sufficient
on a Dell Latitude D400 i386 laptop.

diffstat:

 tests/usr.sbin/execsnoop/t_execsnoop.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 49e7486c5d5a -r ee995e03c11f tests/usr.sbin/execsnoop/t_execsnoop.sh
--- a/tests/usr.sbin/execsnoop/t_execsnoop.sh   Sun Jul 25 09:53:01 2021 +0000
+++ b/tests/usr.sbin/execsnoop/t_execsnoop.sh   Sun Jul 25 10:11:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_execsnoop.sh,v 1.5 2021/07/24 15:56:05 gson Exp $
+# $NetBSD: t_execsnoop.sh,v 1.6 2021/07/25 10:11:32 gson Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,7 +41,7 @@
 
        n=10
        atf_check -s exit:0 -o ignore -e empty -x "execsnoop > $tmp &"
-       sleep 1
+       sleep 5
 
        while [ $n -gt 0 ]; do
                whoami



Home | Main Index | Thread Index | Old Index