diff options
author | 2002-12-05 22:30:03 +0000 | |
---|---|---|
committer | 2002-12-05 22:30:03 +0000 | |
commit | 2088d19a38955548431b05ec7170a4fa1efab453 (patch) | |
tree | 9e4d96a140bc83f031843c353a01fa86843a9f3b /regress/lib/libc | |
parent | excercise "-W longopt" (diff) | |
download | wireguard-openbsd-2088d19a38955548431b05ec7170a4fa1efab453.tar.xz wireguard-openbsd-2088d19a38955548431b05ec7170a4fa1efab453.zip |
update test results
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/getopt_long/test.ok | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/regress/lib/libc/getopt_long/test.ok b/regress/lib/libc/getopt_long/test.ok index 0bade064f65..809577f2c83 100644 --- a/regress/lib/libc/getopt_long/test.ok +++ b/regress/lib/libc/getopt_long/test.ok @@ -4,13 +4,13 @@ option f, arg infile option 9 remaining ARGV: myfile -getopt_long: onefile twofile --best --illiterate -i foo.in threefile +getopt_long: onefile twofile --best -Williterate -i foo.in threefile option best option illiterate option i, arg foo.in remaining ARGV: onefile twofile threefile -getopt_long: --fast --drinking guiness -i foo.in somefile +getopt_long: --fast --drinking=guiness -i foo.in somefile option fast option drinking, arg guiness option i, arg foo.in @@ -19,10 +19,10 @@ remaining ARGV: somefile getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9 remaining ARGV: myfile --force -f infile -9 -getopt_long (POSIXLY_CORRECT): onefile twofile --best --illiterate -i foo.in threefile -remaining ARGV: onefile twofile --best --illiterate -i foo.in threefile +getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile +remaining ARGV: onefile twofile --best -Williterate -i foo.in threefile -getopt_long (POSIXLY_CORRECT): --fast --drinking guiness -i foo.in somefile +getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile option fast option drinking, arg guiness option i, arg foo.in @@ -34,13 +34,13 @@ option f, arg infile option 9 remaining ARGV: myfile -getopt_long_only: onefile twofile --best -illiterate -i foo.in threefile +getopt_long_only: onefile twofile -best -Williterate -i foo.in threefile option best option illiterate option i, arg foo.in remaining ARGV: onefile twofile threefile -getopt_long_only: --fast -drinking guiness -i foo.in somefile +getopt_long_only: --fast -drinking=guiness -i foo.in somefile option fast option drinking, arg guiness option i, arg foo.in @@ -49,10 +49,10 @@ remaining ARGV: somefile getopt_long_only (POSIXLY_CORRECT): myfile -force -f infile -9 remaining ARGV: myfile -force -f infile -9 -getopt_long_only (POSIXLY_CORRECT): onefile twofile --best -illiterate -i foo.in threefile -remaining ARGV: onefile twofile --best -illiterate -i foo.in threefile +getopt_long_only (POSIXLY_CORRECT): onefile twofile -best -Williterate -i foo.in threefile +remaining ARGV: onefile twofile -best -Williterate -i foo.in threefile -getopt_long_only (POSIXLY_CORRECT): --fast -drinking guiness -i foo.in somefile +getopt_long_only (POSIXLY_CORRECT): --fast -drinking=guiness -i foo.in somefile option fast option drinking, arg guiness option i, arg foo.in |