From 0916d432cd3d92f8981e25bcb93abd684c0b7b50 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Sat, 21 Oct 2017 12:02:03 +0200 Subject: [PATCH] Removed short option parsing. --- src/parse_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse_options.c b/src/parse_options.c index 9520930..e2cd653 100755 --- a/src/parse_options.c +++ b/src/parse_options.c @@ -434,7 +434,7 @@ IOR_test_t *ReadConfigScript(char *scriptName) IOR_test_t *ParseCommandLine(int argc, char **argv) { static const char *opts = - "a:A:b:BcCd:D:eEf:FgG:hHi:Ij:J:kKl:mM:nN:o:O:pPqQ:rRs:St:T:uU:vVwWxX:YzZy1:"; + "a:A:b:BcCd:D:eEf:FgG:hHi:Ij:J:kKl:mM:nN:o:O:pPqQ:rRs:St:T:uU:vVwWxX:YzZ"; int c, i; static IOR_test_t *tests = NULL;