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 Only expect failure on ARM



details:   https://anonhg.NetBSD.org/src/rev/7a32add8354a
branches:  trunk
changeset: 984843:7a32add8354a
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Jul 25 15:51:32 2021 +0000

description:
Only expect failure on ARM

diffstat:

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

diffs (21 lines):

diff -r 57a29f096a90 -r 7a32add8354a tests/usr.sbin/execsnoop/t_execsnoop.sh
--- a/tests/usr.sbin/execsnoop/t_execsnoop.sh   Sun Jul 25 15:48:57 2021 +0000
+++ b/tests/usr.sbin/execsnoop/t_execsnoop.sh   Sun Jul 25 15:51:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_execsnoop.sh,v 1.7 2021/07/25 10:21:44 gson Exp $
+# $NetBSD: t_execsnoop.sh,v 1.8 2021/07/25 15:51:32 gson Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,10 @@
 }
 
 basic_body() {
-       atf_expect_fail "PR kern/53417"
+       case `uname -p` in
+       *arm*)
+               atf_expect_fail "PR kern/53417" ;;
+       esac
 
        n=10
        atf_check -s exit:0 -o ignore -e empty -x "execsnoop > $tmp &"



Home | Main Index | Thread Index | Old Index