Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel tests/t_magic_symlinks: remove duplicate word i...



details:   https://anonhg.NetBSD.org/src/rev/979aa9100d5a
branches:  trunk
changeset: 1027174:979aa9100d5a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Dec 09 06:38:23 2021 +0000

description:
tests/t_magic_symlinks: remove duplicate word in test description

diffstat:

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

diffs (18 lines):

diff -r 9f90ce8aad88 -r 979aa9100d5a tests/kernel/t_magic_symlinks.sh
--- a/tests/kernel/t_magic_symlinks.sh  Wed Dec 08 23:38:51 2021 +0000
+++ b/tests/kernel/t_magic_symlinks.sh  Thu Dec 09 06:38:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_magic_symlinks.sh,v 1.1 2020/07/01 13:49:26 jruoho Exp $
+# $NetBSD: t_magic_symlinks.sh,v 1.2 2021/12/09 06:38:23 rillig Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -222,7 +222,7 @@
 nointerpreter_head() {
        atf_set "require.user" "root"
        atf_set "descr" "Check that realpath(1) agrees with the "
-               "the kernel on magic symlink(7)'s (PR lib/55361)"
+               "kernel on magic symlink(7)'s (PR lib/55361)"
 }
 
 realpath_body() {



Home | Main Index | Thread Index | Old Index