diff options
Diffstat (limited to 'src/regress/lib/libc/getopt_long/test.ok')
-rw-r--r-- | src/regress/lib/libc/getopt_long/test.ok | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/regress/lib/libc/getopt_long/test.ok b/src/regress/lib/libc/getopt_long/test.ok index 809577f2c8..124422f964 100644 --- a/src/regress/lib/libc/getopt_long/test.ok +++ b/src/regress/lib/libc/getopt_long/test.ok | |||
@@ -10,6 +10,11 @@ option illiterate | |||
10 | option i, arg foo.in | 10 | option i, arg foo.in |
11 | remaining ARGV: onefile twofile threefile | 11 | remaining ARGV: onefile twofile threefile |
12 | 12 | ||
13 | getopt_long: -1bfast | ||
14 | option 1 | ||
15 | option b | ||
16 | option f, arg ast | ||
17 | |||
13 | getopt_long: --fast --drinking=guiness -i foo.in somefile | 18 | getopt_long: --fast --drinking=guiness -i foo.in somefile |
14 | option fast | 19 | option fast |
15 | option drinking, arg guiness | 20 | option drinking, arg guiness |
@@ -22,6 +27,11 @@ remaining ARGV: myfile --force -f infile -9 | |||
22 | getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile | 27 | getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile |
23 | remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile | 28 | remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile |
24 | 29 | ||
30 | getopt_long (POSIXLY_CORRECT): -1bfast | ||
31 | option 1 | ||
32 | option b | ||
33 | option f, arg ast | ||
34 | |||
25 | getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile | 35 | getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile |
26 | option fast | 36 | option fast |
27 | option drinking, arg guiness | 37 | option drinking, arg guiness |
@@ -40,6 +50,11 @@ option illiterate | |||
40 | option i, arg foo.in | 50 | option i, arg foo.in |
41 | remaining ARGV: onefile twofile threefile | 51 | remaining ARGV: onefile twofile threefile |
42 | 52 | ||
53 | getopt_long_only: -1bfast | ||
54 | option 1 | ||
55 | option b | ||
56 | option fast | ||
57 | |||
43 | getopt_long_only: --fast -drinking=guiness -i foo.in somefile | 58 | getopt_long_only: --fast -drinking=guiness -i foo.in somefile |
44 | option fast | 59 | option fast |
45 | option drinking, arg guiness | 60 | option drinking, arg guiness |
@@ -52,6 +67,11 @@ remaining ARGV: myfile -force -f infile -9 | |||
52 | getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile | 67 | getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile |
53 | remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile | 68 | remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile |
54 | 69 | ||
70 | getopt_long_only (POSIXLY_CORRECT): -1bfast | ||
71 | option 1 | ||
72 | option b | ||
73 | option fast | ||
74 | |||
55 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile | 75 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile |
56 | option fast | 76 | option fast |
57 | option drinking, arg guiness | 77 | option drinking, arg guiness |