Source-Changes-HG archive

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

[src/trunk]: src/tests Fix references in comments.



details:   https://anonhg.NetBSD.org/src/rev/0e70fc25c50c
branches:  trunk
changeset: 935081:0e70fc25c50c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Jun 24 10:07:13 2020 +0000

description:
Fix references in comments.

diffstat:

 tests/sbin/ifconfig/t_repeated_scan.sh |  4 ++--
 tests/usr.sbin/cpuctl/t_cpuctl.sh      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 91fe87ffe9fb -r 0e70fc25c50c tests/sbin/ifconfig/t_repeated_scan.sh
--- a/tests/sbin/ifconfig/t_repeated_scan.sh    Wed Jun 24 10:05:07 2020 +0000
+++ b/tests/sbin/ifconfig/t_repeated_scan.sh    Wed Jun 24 10:07:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_repeated_scan.sh,v 1.1 2020/06/24 09:11:26 jruoho Exp $
+# $NetBSD: t_repeated_scan.sh,v 1.2 2020/06/24 10:07:13 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,7 +30,7 @@
 atf_test_case repeated_scan
 repeated_scan_head() {
        atf_set "descr" "Test with ifconfig(8) that repeated 802.11 " \
-               "scanning does not cause a panic (PR bin/55389)"
+               "scanning does not cause a panic (PR kern/55389)"
 }
 
 repeated_scan_body() {
diff -r 91fe87ffe9fb -r 0e70fc25c50c tests/usr.sbin/cpuctl/t_cpuctl.sh
--- a/tests/usr.sbin/cpuctl/t_cpuctl.sh Wed Jun 24 10:05:07 2020 +0000
+++ b/tests/usr.sbin/cpuctl/t_cpuctl.sh Wed Jun 24 10:07:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_cpuctl.sh,v 1.1 2020/06/24 09:32:41 jruoho Exp $
+# $NetBSD: t_cpuctl.sh,v 1.2 2020/06/24 10:07:13 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -176,7 +176,7 @@
        setcpu "offline" atf_fail "error in setting a CPU offline"
 
        # Additional check that the boot processor cannot be
-       # set offline, as noted in the cpuctl(9) manual page.
+       # set offline, as noted in the cpuctl(8) manual page.
        #
        cpuctl offline 0 >/dev/null 2>&1
 



Home | Main Index | Thread Index | Old Index