Results for redir-order.test.sh

statusbashmkshkshtoyshsushbrushosh
pass 4442433
FAIL 0002011
total4444444
casebashmkshkshtoyshsushbrushoshdescription
0pass pass pass pass pass pass FAIL echo `cat OSCFLAGS` "world" > OSCFLAGS (from Alpine imap)
details
1pass pass pass pass pass pass pass for word + redirect order
2pass pass pass FAIL pass pass pass case word + redirect order
details
3pass pass pass FAIL pass FAIL pass [[ + redirect order
detailsdetails
24 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh0 echo `cat OSCFLAGS` "world" > OSCFLAGS (from Alpine imap)

[osh stdout] Expected 'hello world\n', got 'world\n'

stdout:
world
stderr:
toysh2 case word + redirect order

[toysh stdout] Expected 'other\n', got ''
[toysh status] Expected 0, got -11

stdout:
stderr: 
toysh3 [[ + redirect order

[toysh stdout] Expected 'status=1\nstatus=0\n', got ''
[toysh status] Expected 0, got -6

stdout:
stderr: 
munmap_chunk(): invalid pointer
brush3 [[ + redirect order

[brush stdout] Expected 'status=1\nstatus=0\n', got 'status=2\nstatus=2\n'

stdout:
status=2
status=2
stderr:
ERROR main: syntax error near token `>' (line 1 col 30)
ERROR main: syntax error near token `>' (line 1 col 27)