42 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
osh | 12 OPTIND after multiple getopts with same spec [osh stdout] Expected 'OPTIND=1\n-\n-\nOPTIND=4\nOPTIND=1\n', got 'OPTIND=1\n-\n-\nOPTIND=4\nOPTIND=4\n' stdout: OPTIND=1 - - OPTIND=4 OPTIND=4stderr: |
osh-cpp | 12 OPTIND after multiple getopts with same spec [osh-cpp stdout] Expected 'OPTIND=1\n-\n-\nOPTIND=4\nOPTIND=1\n', got 'OPTIND=1\n-\n-\nOPTIND=4\nOPTIND=4\n' stdout: OPTIND=1 - - OPTIND=4 OPTIND=4stderr: |
osh | 13 OPTIND after multiple getopts with different spec [osh stdout] Expected '.\nOPTIND=2\n-\n-\nOPTIND=5\nOPTIND=2\n', got '.\nOPTIND=2\n-\n-\nOPTIND=5\nOPTIND=5\n' stdout: . OPTIND=2 - - OPTIND=5 OPTIND=5stderr: |
osh-cpp | 13 OPTIND after multiple getopts with different spec [osh-cpp stdout] Expected '.\nOPTIND=2\n-\n-\nOPTIND=5\nOPTIND=2\n', got '.\nOPTIND=2\n-\n-\nOPTIND=5\nOPTIND=5\n' stdout: . OPTIND=2 - - OPTIND=5 OPTIND=5stderr: |
osh | 14 OPTIND narrowed down [osh stdout] Expected 'a=1 b= c=1 d=1 e=E\n', got 'a=1 b= c= d=1 e=E\n' stdout: a=1 b= c= d=1 e=Estderr: |
osh-cpp | 14 OPTIND narrowed down [osh-cpp stdout] Expected 'a=1 b= c=1 d=1 e=E\n', got 'a=1 b= c= d=1 e=E\n' stdout: a=1 b= c= d=1 e=Estderr: |