summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authormillert <>2002-12-05 22:30:03 +0000
committermillert <>2002-12-05 22:30:03 +0000
commit5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e (patch)
treea918b423a1cf5a32c655afcbfbb801c50649708e /src/regress/lib
parentfc8223e0fe0f6d829911579ae29e492c8607fe3a (diff)
downloadopenbsd-5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e.tar.gz
openbsd-5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e.tar.bz2
openbsd-5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e.zip
update test results
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/getopt_long/test.ok20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/regress/lib/libc/getopt_long/test.ok b/src/regress/lib/libc/getopt_long/test.ok
index 0bade064f6..809577f2c8 100644
--- a/src/regress/lib/libc/getopt_long/test.ok
+++ b/src/regress/lib/libc/getopt_long/test.ok
@@ -4,13 +4,13 @@ option f, arg infile
4option 9 4option 9
5remaining ARGV: myfile 5remaining ARGV: myfile
6 6
7getopt_long: onefile twofile --best --illiterate -i foo.in threefile 7getopt_long: onefile twofile --best -Williterate -i foo.in threefile
8option best 8option best
9option illiterate 9option 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: --fast --drinking guiness -i foo.in somefile 13getopt_long: --fast --drinking=guiness -i foo.in somefile
14option fast 14option fast
15option drinking, arg guiness 15option drinking, arg guiness
16option i, arg foo.in 16option i, arg foo.in
@@ -19,10 +19,10 @@ remaining ARGV: somefile
19getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9 19getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9
20remaining ARGV: myfile --force -f infile -9 20remaining ARGV: myfile --force -f infile -9
21 21
22getopt_long (POSIXLY_CORRECT): onefile twofile --best --illiterate -i foo.in threefile 22getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile
23remaining ARGV: onefile twofile --best --illiterate -i foo.in threefile 23remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile
24 24
25getopt_long (POSIXLY_CORRECT): --fast --drinking guiness -i foo.in somefile 25getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile
26option fast 26option fast
27option drinking, arg guiness 27option drinking, arg guiness
28option i, arg foo.in 28option i, arg foo.in
@@ -34,13 +34,13 @@ option f, arg infile
34option 9 34option 9
35remaining ARGV: myfile 35remaining ARGV: myfile
36 36
37getopt_long_only: onefile twofile --best -illiterate -i foo.in threefile 37getopt_long_only: onefile twofile -best -Williterate -i foo.in threefile
38option best 38option best
39option illiterate 39option illiterate
40option i, arg foo.in 40option i, arg foo.in
41remaining ARGV: onefile twofile threefile 41remaining ARGV: onefile twofile threefile
42 42
43getopt_long_only: --fast -drinking guiness -i foo.in somefile 43getopt_long_only: --fast -drinking=guiness -i foo.in somefile
44option fast 44option fast
45option drinking, arg guiness 45option drinking, arg guiness
46option i, arg foo.in 46option i, arg foo.in
@@ -49,10 +49,10 @@ remaining ARGV: somefile
49getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9 49getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9
50remaining ARGV: myfile -force -f infile -9 50remaining ARGV: myfile -force -f infile -9
51 51
52getopt_long_only (POSIXLY_CORRECT): onefile twofile --best -illiterate -i foo.in threefile 52getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile
53remaining ARGV: onefile twofile --best -illiterate -i foo.in threefile 53remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile
54 54
55getopt_long_only (POSIXLY_CORRECT): --fast -drinking guiness -i foo.in somefile 55getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile
56option fast 56option fast
57option drinking, arg guiness 57option drinking, arg guiness
58option i, arg foo.in 58option i, arg foo.in