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 line continuation in r...



details:   https://anonhg.NetBSD.org/src/rev/86228df5b11e
branches:  trunk
changeset: 374153:86228df5b11e
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Mon Apr 03 21:35:59 2023 +0000

description:
t_magic_symlinks.sh: fix line continuation in realpath head()

This wasn't noticed before because the name of the head() itself was
wrong, and was being ignored.

diffstat:

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

diffs (18 lines):

diff -r e7de09afd477 -r 86228df5b11e tests/kernel/t_magic_symlinks.sh
--- a/tests/kernel/t_magic_symlinks.sh  Mon Apr 03 20:08:38 2023 +0000
+++ b/tests/kernel/t_magic_symlinks.sh  Mon Apr 03 21:35:59 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_magic_symlinks.sh,v 1.3 2023/04/03 20:08:38 gutteridge Exp $
+# $NetBSD: t_magic_symlinks.sh,v 1.4 2023/04/03 21:35:59 gutteridge Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -221,7 +221,7 @@ gid_cleanup() {
 atf_test_case realpath cleanup
 realpath_head() {
        atf_set "require.user" "root"
-       atf_set "descr" "Check that realpath(1) agrees with the "
+       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