aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-rxspencer.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-rxspencer.c')
-rw-r--r--posix/tst-rxspencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-rxspencer.c b/posix/tst-rxspencer.c
index eed3e1820b..a04791c1cc 100644
--- a/posix/tst-rxspencer.c
+++ b/posix/tst-rxspencer.c
@@ -384,7 +384,7 @@ main (int argc, char **argv)
{NULL, 0, NULL, 0 }
};
- while (getopt_long (argc, argv, "u", options, NULL) >= 0);
+ while (getopt_long (argc, argv, "", options, NULL) >= 0);
if (optind + 1 != argc)
{