Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/csu test: fix typo and improve wording



details:   https://anonhg.NetBSD.org/src/rev/62bc8cc7d45d
branches:  trunk
changeset: 367692:62bc8cc7d45d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 22 21:11:41 2022 +0000

description:
test: fix typo and improve wording

diffstat:

 tests/lib/csu/t_ifunc_static.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 353096f2a450 -r 62bc8cc7d45d tests/lib/csu/t_ifunc_static.sh
--- a/tests/lib/csu/t_ifunc_static.sh   Wed Jun 22 19:27:47 2022 +0000
+++ b/tests/lib/csu/t_ifunc_static.sh   Wed Jun 22 21:11:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ifunc_static.sh,v 1.3 2022/06/21 06:52:17 skrll Exp $
+# $NetBSD: t_ifunc_static.sh,v 1.4 2022/06/22 21:11:41 wiz Exp $
 #
 # Copyright (c) 2018 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -36,7 +36,7 @@
        i386|x86_64|powerpc|*sparc*|*arm*|*aarch64*)
                ;;
        *)
-               atf_skip "ifunc is supposed only on AARCH64, ARM, i386, PowerPC, SPARC and x86-64"
+               atf_skip "ifunc is only supported on AARCH64, ARM, i386, PowerPC, SPARC and x86-64"
                ;;
        esac
 



Home | Main Index | Thread Index | Old Index