55 passed, 4 OK, 1 not implemented, 1 BUG, 44 failed, 0 timeouts, 0 cases skipped 1 failed under osh
toysh | 0 NUL bytes with echo -e [toysh stdout] Expected '\x00-\n', got '' [toysh status] Expected 0, got 2 stdout: stderr: main: line 1: sh: syntax error: ( |
sush | 1 NUL bytes in printf format [sush stdout] Expected '\x00\n', got '\\0\n' stdout: \0stderr: |
toysh | 2 NUL bytes in printf value (OSH and zsh agree) [toysh stdout] Expected '\n\n', got '' [toysh status] Expected 0, got 2 stdout: stderr: main: line 1: sh: syntax error: ( |
sush | 2 NUL bytes in printf value (OSH and zsh agree) [sush stdout] Expected '\n\n', got '\x00\n' stdout: |