From d364cd2a62331a9116bb48fdbf5c81abc715df85 Mon Sep 17 00:00:00 2001 From: millert <> Date: Sat, 7 Dec 2002 19:57:24 +0000 Subject: Add test for fix in revision 1.5 of getopt_long.c --- src/regress/lib/libc/getopt_long/getopt_long_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/regress/lib/libc/getopt_long/getopt_long_test.c') diff --git a/src/regress/lib/libc/getopt_long/getopt_long_test.c b/src/regress/lib/libc/getopt_long/getopt_long_test.c index acd25fb749..b15613d982 100644 --- a/src/regress/lib/libc/getopt_long/getopt_long_test.c +++ b/src/regress/lib/libc/getopt_long/getopt_long_test.c @@ -75,6 +75,7 @@ main(int argc, char **argv) case '1': case '9': case 'h': + case 'b': if (idx != -1) { if (goggles == 42) printf("option %s, arg %s\n", -- cgit v1.2.3-55-g6feb