diff options
Diffstat (limited to 'src/regress/lib/libc/getopt_long/getopt_long_test.c')
-rw-r--r-- | src/regress/lib/libc/getopt_long/getopt_long_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 7b013e534b..acd25fb749 100644 --- a/src/regress/lib/libc/getopt_long/getopt_long_test.c +++ b/src/regress/lib/libc/getopt_long/getopt_long_test.c | |||
@@ -67,7 +67,7 @@ main(int argc, char **argv) | |||
67 | goggles = 0; | 67 | goggles = 0; |
68 | for (;;) { | 68 | for (;;) { |
69 | idx = -1; | 69 | idx = -1; |
70 | ch = gl(argc, argv, "19bf:i:h", longopts, &idx); | 70 | ch = gl(argc, argv, "19bf:i:hW;", longopts, &idx); |
71 | if (ch == -1) | 71 | if (ch == -1) |
72 | break; | 72 | break; |
73 | switch (ch) { | 73 | switch (ch) { |