| status | ysh | |
| FAIL | 1 | |
| total | 1 | |
| case | ysh | description |
| 0 | FAIL | read --raw-line, --all, --num-bytes preserve NUL bytes |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 0 read --raw-line, --all, --num-bytes preserve NUL bytes [ysh stdout] Expected 'len=3\n 2e 00 2e\nlen=3\n 2e 00 2e\nlen=3\n 2e 00 2e\n' Got '' [ysh status] Expected 0 Got 1 [ysh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|