Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libcurses Add the -F flag to the getopt string, it...



details:   https://anonhg.NetBSD.org/src/rev/a090aea8fd23
branches:  trunk
changeset: 362477:a090aea8fd23
user:      blymn <blymn%NetBSD.org@localhost>
date:      Tue Mar 01 06:41:27 2022 +0000

description:
Add the -F flag to the getopt string, it was there in the help and
in the arguments handling but getopt was not told about it.

diffstat:

 tests/lib/libcurses/debug_test |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9eb3ec67f876 -r a090aea8fd23 tests/lib/libcurses/debug_test
--- a/tests/lib/libcurses/debug_test    Tue Mar 01 00:17:12 2022 +0000
+++ b/tests/lib/libcurses/debug_test    Tue Mar 01 06:41:27 2022 +0000
@@ -41,7 +41,7 @@
 #ARGS="-T ${BASEDIR} -I ${INCLUDE_PATH} -C ${CHECK_PATH}"
 ARGS="-T ${BASEDIR} -C ${CHECK_PATH}"
 #
-while getopts cf:L:s:vg opt
+while getopts cf:F:L:s:vg opt
 do
     case "${opt}" in
        c)



Home | Main Index | Thread Index | Old Index