Module Name: src
Committed By: blymn
Date: Tue Mar 1 06:41:27 UTC 2022
Modified Files:
src/tests/lib/libcurses: debug_test
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libcurses/debug_test
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/libcurses/debug_test
diff -u src/tests/lib/libcurses/debug_test:1.6 src/tests/lib/libcurses/debug_test:1.7
--- src/tests/lib/libcurses/debug_test:1.6 Tue Jan 25 03:23:05 2022
+++ src/tests/lib/libcurses/debug_test Tue Mar 1 06:41:27 2022
@@ -41,7 +41,7 @@ usage() {
#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)