Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.sbin Sleep more.



details:   https://anonhg.NetBSD.org/src/rev/3a94b2d2f201
branches:  trunk
changeset: 935574:3a94b2d2f201
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Jul 06 10:32:18 2020 +0000

description:
Sleep more.

diffstat:

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

diffs (36 lines):

diff -r 94a643ede3ed -r 3a94b2d2f201 tests/usr.sbin/execsnoop/t_execsnoop.sh
--- a/tests/usr.sbin/execsnoop/t_execsnoop.sh   Mon Jul 06 10:31:23 2020 +0000
+++ b/tests/usr.sbin/execsnoop/t_execsnoop.sh   Mon Jul 06 10:32:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_execsnoop.sh,v 1.1 2020/06/30 14:30:49 jruoho Exp $
+# $NetBSD: t_execsnoop.sh,v 1.2 2020/07/06 10:32:18 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -47,7 +47,7 @@
                n=$(expr $n - 1)
        done
 
-       sleep 1
+       sleep 3
        pkill -9 execsnoop
 
        if [ ! $(cat $tmp | grep "whoami" | wc -l) -eq 10 ]; then
diff -r 94a643ede3ed -r 3a94b2d2f201 tests/usr.sbin/opensnoop/t_opensnoop.sh
--- a/tests/usr.sbin/opensnoop/t_opensnoop.sh   Mon Jul 06 10:31:23 2020 +0000
+++ b/tests/usr.sbin/opensnoop/t_opensnoop.sh   Mon Jul 06 10:32:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_opensnoop.sh,v 1.1 2020/06/30 14:30:50 jruoho Exp $
+# $NetBSD: t_opensnoop.sh,v 1.2 2020/07/06 10:32:18 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -47,7 +47,7 @@
                n=$(expr $n - 1)
        done
 
-       sleep 1
+       sleep 3
        pkill -9 opensnoop
 
        if [ ! $(cat $tmp | grep "/etc/spwd.db" | wc -l) -eq 10 ]; then



Home | Main Index | Thread Index | Old Index