spec test index / oilshell.org
status | ysh | |
FAIL | 2 | |
total | 2 | |
case | ysh | description |
0 | FAIL | yshrc |
details | ||
1 | FAIL | YSH_HISTFILE |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
ysh | 0 yshrc [ysh stdout] Expected 'yshrc\nhello\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 20, in <module> import posix_ as posix ImportError: No module named posix_ |
ysh | 1 YSH_HISTFILE [ysh stdout] Expected '42\n43\n44\n^D\necho 42\necho 43\necho 44\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 20, in <module> import posix_ as posix ImportError: No module named posix_ |