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