Results for ysh-cmd-lang.test.sh

statusysh
pass 1
FAIL 1
total2
caseyshdescription
0pass Redirect with if, case, while, for
1FAIL Redirect failure is either fatal or can be checked
details
1 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh1 Redirect failure is either fatal or can be checked

[ysh status] Expected 0, got 1

stdout:
stderr: 
  { echo 1; echo 2 } > /
                     ^
[ stdin ]:1: Can't open '/': Is a directory
[ stdin ]:1: I/O error applying redirect: Is a directory
[ stdin ]:1: errexit PID 34728: command.Redirect failed with status 1