| status | ysh | |
| FAIL | 1 | |
| total | 1 | |
| case | ysh | description |
| 0 | FAIL | YSH doesn't respect LC_COLLATE for bash/zsh glob sort order |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 0 YSH doesn't respect LC_COLLATE for bash/zsh glob sort order [ysh stdout] Expected 'bash hello-test.sh hello_preamble.sh\n--- set LC_COLLATE to en_US\nysh hello-test.sh hello_preamble.sh\nbash hello_preamble.sh hello-test.sh\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 pylib import path_lib
ImportError: cannot import name path_lib
|