busybox/shell/ash_test/ash-getopts/getopt_test_libc_bug.right
Denys Vlasenko 129e1ce72c hush: add a test which fails due to uclibc bug in getopt()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-08-11 17:00:39 +02:00

27 lines
734 B
Plaintext

*** optstring:'ac' args:-a -b -c -d e
1 rc:0 var:'a' OPTIND:2 OPTARG:''
Illegal option -b
2 rc:0 var:'?' OPTIND:3 OPTARG:''
3 rc:0 var:'c' OPTIND:4 OPTARG:''
Illegal option -d
4 rc:0 var:'?' OPTIND:5 OPTARG:''
5 rc:1 var:'?' OPTIND:5 OPTARG:''
*** optstring:'ac' args:-a -b -c -d e
1 rc:0 var:'a' OPTIND:2 OPTARG:''
Illegal option -b
2 rc:0 var:'?' OPTIND:3 OPTARG:''
3 rc:0 var:'c' OPTIND:4 OPTARG:''
Illegal option -d
4 rc:0 var:'?' OPTIND:5 OPTARG:''
5 rc:1 var:'?' OPTIND:5 OPTARG:''
*** optstring:'ac' args:-a -b -c -d e
1 rc:0 var:'a' OPTIND:2 OPTARG:''
Illegal option -b
2 rc:0 var:'?' OPTIND:3 OPTARG:''
3 rc:0 var:'c' OPTIND:4 OPTARG:''
Illegal option -d
4 rc:0 var:'?' OPTIND:5 OPTARG:''
5 rc:1 var:'?' OPTIND:5 OPTARG:''