Module Name: src Committed By: rillig Date: Thu Dec 9 06:38:23 UTC 2021
Modified Files: src/tests/kernel: t_magic_symlinks.sh Log Message: tests/t_magic_symlinks: remove duplicate word in test description To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_magic_symlinks.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/kernel/t_magic_symlinks.sh diff -u src/tests/kernel/t_magic_symlinks.sh:1.1 src/tests/kernel/t_magic_symlinks.sh:1.2 --- src/tests/kernel/t_magic_symlinks.sh:1.1 Wed Jul 1 13:49:26 2020 +++ src/tests/kernel/t_magic_symlinks.sh Thu Dec 9 06:38:23 2021 @@ -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 @@ atf_test_case realpath cleanup 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() {