Module Name: src
Committed By: gutteridge
Date: Mon Apr 3 21:35:59 UTC 2023
Modified Files:
src/tests/kernel: t_magic_symlinks.sh
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/tests/kernel/t_magic_symlinks.sh:1.4
--- src/tests/kernel/t_magic_symlinks.sh:1.3 Mon Apr 3 20:08:38 2023
+++ src/tests/kernel/t_magic_symlinks.sh Mon Apr 3 21:35:59 2023
@@ -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)"
}