Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel t_magic_symlinks.sh: fix naming of head() of re...



details:   https://anonhg.NetBSD.org/src/rev/e7de09afd477
branches:  trunk
changeset: 374150:e7de09afd477
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Mon Apr 03 20:08:38 2023 +0000

description:
t_magic_symlinks.sh: fix naming of head() of realpath test case

Addresses part of PR kern/57319 from Jim Spath.

diffstat:

 tests/kernel/t_magic_symlinks.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 496ab4c13376 -r e7de09afd477 tests/kernel/t_magic_symlinks.sh
--- a/tests/kernel/t_magic_symlinks.sh  Mon Apr 03 18:03:23 2023 +0000
+++ b/tests/kernel/t_magic_symlinks.sh  Mon Apr 03 20:08:38 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_magic_symlinks.sh,v 1.2 2021/12/09 06:38:23 rillig Exp $
+# $NetBSD: t_magic_symlinks.sh,v 1.3 2023/04/03 20:08:38 gutteridge Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -219,7 +219,7 @@ gid_cleanup() {
 # realpath(1)
 #
 atf_test_case realpath cleanup
-nointerpreter_head() {
+realpath_head() {
        atf_set "require.user" "root"
        atf_set "descr" "Check that realpath(1) agrees with the "
                "kernel on magic symlink(7)'s (PR lib/55361)"



Home | Main Index | Thread Index | Old Index