Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/stdlib t_getopt.sh: fix naming of head() of g...



details:   https://anonhg.NetBSD.org/src/rev/e60dea6553c3
branches:  trunk
changeset: 374728:e60dea6553c3
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Wed May 10 23:44:15 2023 +0000

description:
t_getopt.sh: fix naming of head() of getopt_optval test case

diffstat:

 tests/lib/libc/stdlib/t_getopt.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b13c772941b -r e60dea6553c3 tests/lib/libc/stdlib/t_getopt.sh
--- a/tests/lib/libc/stdlib/t_getopt.sh Wed May 10 23:08:24 2023 +0000
+++ b/tests/lib/libc/stdlib/t_getopt.sh Wed May 10 23:44:15 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_getopt.sh,v 1.2 2023/02/20 15:47:56 christos Exp $
+# $NetBSD: t_getopt.sh,v 1.3 2023/05/10 23:44:15 gutteridge Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -66,7 +66,7 @@ getopt_body()
 }
 
 atf_test_case getopt_optval
-getopt_optval()
+getopt_optval_head()
 {
        atf_set "descr" "Checks getopt(3) with optional value"
 }



Home | Main Index | Thread Index | Old Index