From 5504584fd484b7a88fdb9ec6060ce1c70cd9bc0e Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 5 Dec 2002 22:30:03 +0000 Subject: update test results --- src/regress/lib/libc/getopt_long/test.ok | 20 ++++++++++---------- 1 file 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 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 -- cgit v1.2.3-55-g6feb