diff options
Diffstat (limited to 'src/regress/lib/libc/getopt_long/test.ok')
-rw-r--r-- | src/regress/lib/libc/getopt_long/test.ok | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/regress/lib/libc/getopt_long/test.ok b/src/regress/lib/libc/getopt_long/test.ok index 124422f964..9782087f40 100644 --- a/src/regress/lib/libc/getopt_long/test.ok +++ b/src/regress/lib/libc/getopt_long/test.ok | |||
@@ -10,10 +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 | 13 | getopt_long: -1bfast - |
14 | option 1 | 14 | option 1 |
15 | option b | 15 | option b |
16 | option f, arg ast | 16 | option f, arg ast |
17 | option - | ||
17 | 18 | ||
18 | getopt_long: --fast --drinking=guiness -i foo.in somefile | 19 | getopt_long: --fast --drinking=guiness -i foo.in somefile |
19 | option fast | 20 | option fast |
@@ -27,10 +28,11 @@ remaining ARGV: myfile --force -f infile -9 | |||
27 | getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile | 28 | getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile |
28 | remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile | 29 | remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile |
29 | 30 | ||
30 | getopt_long (POSIXLY_CORRECT): -1bfast | 31 | getopt_long (POSIXLY_CORRECT): -1bfast - |
31 | option 1 | 32 | option 1 |
32 | option b | 33 | option b |
33 | option f, arg ast | 34 | option f, arg ast |
35 | option - | ||
34 | 36 | ||
35 | getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile | 37 | getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile |
36 | option fast | 38 | option fast |
@@ -50,10 +52,11 @@ option illiterate | |||
50 | option i, arg foo.in | 52 | option i, arg foo.in |
51 | remaining ARGV: onefile twofile threefile | 53 | remaining ARGV: onefile twofile threefile |
52 | 54 | ||
53 | getopt_long_only: -1bfast | 55 | getopt_long_only: -1bfast - |
54 | option 1 | 56 | option 1 |
55 | option b | 57 | option b |
56 | option fast | 58 | option fast |
59 | option - | ||
57 | 60 | ||
58 | getopt_long_only: --fast -drinking=guiness -i foo.in somefile | 61 | getopt_long_only: --fast -drinking=guiness -i foo.in somefile |
59 | option fast | 62 | option fast |
@@ -67,10 +70,11 @@ remaining ARGV: myfile -force -f infile -9 | |||
67 | getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile | 70 | getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile |
68 | remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile | 71 | remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile |
69 | 72 | ||
70 | getopt_long_only (POSIXLY_CORRECT): -1bfast | 73 | getopt_long_only (POSIXLY_CORRECT): -1bfast - |
71 | option 1 | 74 | option 1 |
72 | option b | 75 | option b |
73 | option fast | 76 | option fast |
77 | option - | ||
74 | 78 | ||
75 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile | 79 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile |
76 | option fast | 80 | option fast |