Module Name: src
Committed By: gutteridge
Date: Wed May 10 23:44:15 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_getopt.sh
Log Message:
t_getopt.sh: fix naming of head() of getopt_optval test case
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_getopt.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/lib/libc/stdlib/t_getopt.sh
diff -u src/tests/lib/libc/stdlib/t_getopt.sh:1.2 src/tests/lib/libc/stdlib/t_getopt.sh:1.3
--- src/tests/lib/libc/stdlib/t_getopt.sh:1.2 Mon Feb 20 15:47:56 2023
+++ src/tests/lib/libc/stdlib/t_getopt.sh Wed May 10 23:44:15 2023
@@ -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"
}