Source-Changes-HG archive

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

[src/trunk]: src/tests/sbin/ifconfig Reference also PR kern/52526.



details:   https://anonhg.NetBSD.org/src/rev/56865b6b0af0
branches:  trunk
changeset: 935141:56865b6b0af0
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jun 25 16:34:49 2020 +0000

description:
Reference also PR kern/52526.

diffstat:

 tests/sbin/ifconfig/t_repeated_updown.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0d9e98b61474 -r 56865b6b0af0 tests/sbin/ifconfig/t_repeated_updown.sh
--- a/tests/sbin/ifconfig/t_repeated_updown.sh  Thu Jun 25 16:19:07 2020 +0000
+++ b/tests/sbin/ifconfig/t_repeated_updown.sh  Thu Jun 25 16:34:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_repeated_updown.sh,v 1.1 2020/06/25 15:41:40 jruoho Exp $
+# $NetBSD: t_repeated_updown.sh,v 1.2 2020/06/25 16:34:49 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,8 +30,8 @@
 atf_test_case repeated_updown
 repeated_updown_head() {
        atf_set "require.user" "root"
-       atf_set "descr" "Test with ifconfig(8) that repeated " \
-               "up/down does not cause a panic (PR kern/52771)"
+       atf_set "descr" "Test with ifconfig(8) that repeated up/down " \
+               "does not cause a panic (PR kern/52526; PR kern/52771)"
 }
 
 repeated_updown_body() {



Home | Main Index | Thread Index | Old Index