diff options
author | millert <> | 2002-12-05 22:30:03 +0000 |
---|---|---|
committer | millert <> | 2002-12-05 22:30:03 +0000 |
commit | 5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e (patch) | |
tree | a918b423a1cf5a32c655afcbfbb801c50649708e /src/regress/lib | |
parent | fc8223e0fe0f6d829911579ae29e492c8607fe3a (diff) | |
download | openbsd-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.ok | 20 |
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 | |||
4 | option 9 | 4 | option 9 |
5 | remaining ARGV: myfile | 5 | remaining ARGV: myfile |
6 | 6 | ||
7 | getopt_long: onefile twofile --best --illiterate -i foo.in threefile | 7 | getopt_long: onefile twofile --best -Williterate -i foo.in threefile |
8 | option best | 8 | option best |
9 | option illiterate | 9 | 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: --fast --drinking guiness -i foo.in somefile | 13 | getopt_long: --fast --drinking=guiness -i foo.in somefile |
14 | option fast | 14 | option fast |
15 | option drinking, arg guiness | 15 | option drinking, arg guiness |
16 | option i, arg foo.in | 16 | option i, arg foo.in |
@@ -19,10 +19,10 @@ remaining ARGV: somefile | |||
19 | getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9 | 19 | getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9 |
20 | remaining ARGV: myfile --force -f infile -9 | 20 | remaining ARGV: myfile --force -f infile -9 |
21 | 21 | ||
22 | getopt_long (POSIXLY_CORRECT): onefile twofile --best --illiterate -i foo.in threefile | 22 | getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile |
23 | remaining ARGV: onefile twofile --best --illiterate -i foo.in threefile | 23 | remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile |
24 | 24 | ||
25 | getopt_long (POSIXLY_CORRECT): --fast --drinking guiness -i foo.in somefile | 25 | getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile |
26 | option fast | 26 | option fast |
27 | option drinking, arg guiness | 27 | option drinking, arg guiness |
28 | option i, arg foo.in | 28 | option i, arg foo.in |
@@ -34,13 +34,13 @@ option f, arg infile | |||
34 | option 9 | 34 | option 9 |
35 | remaining ARGV: myfile | 35 | remaining ARGV: myfile |
36 | 36 | ||
37 | getopt_long_only: onefile twofile --best -illiterate -i foo.in threefile | 37 | getopt_long_only: onefile twofile -best -Williterate -i foo.in threefile |
38 | option best | 38 | option best |
39 | option illiterate | 39 | option illiterate |
40 | option i, arg foo.in | 40 | option i, arg foo.in |
41 | remaining ARGV: onefile twofile threefile | 41 | remaining ARGV: onefile twofile threefile |
42 | 42 | ||
43 | getopt_long_only: --fast -drinking guiness -i foo.in somefile | 43 | getopt_long_only: --fast -drinking=guiness -i foo.in somefile |
44 | option fast | 44 | option fast |
45 | option drinking, arg guiness | 45 | option drinking, arg guiness |
46 | option i, arg foo.in | 46 | option i, arg foo.in |
@@ -49,10 +49,10 @@ remaining ARGV: somefile | |||
49 | getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9 | 49 | getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9 |
50 | remaining ARGV: myfile -force -f infile -9 | 50 | remaining ARGV: myfile -force -f infile -9 |
51 | 51 | ||
52 | getopt_long_only (POSIXLY_CORRECT): onefile twofile --best -illiterate -i foo.in threefile | 52 | getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile |
53 | remaining ARGV: onefile twofile --best -illiterate -i foo.in threefile | 53 | remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile |
54 | 54 | ||
55 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking guiness -i foo.in somefile | 55 | getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile |
56 | option fast | 56 | option fast |
57 | option drinking, arg guiness | 57 | option drinking, arg guiness |
58 | option i, arg foo.in | 58 | option i, arg foo.in |