Results for ysh-demo.test.sh

statusosh
FAIL 3
total3
caseoshdescription
0FAIL Iterate over command sub output with split()
details
1FAIL split with explicit IFS argument
details
2FAIL split on \0 delimiters
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

osh0 Iterate over command sub output with split()

[osh stdout] Expected '1\none\n2\ntwo\n___\n1 one\n2 two\n', got ''
[osh status] Expected 0, got 1
[osh 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_
osh1 split with explicit IFS argument

[osh stdout] Expected '1 one\n--\n2 two\n', got ''
[osh status] Expected 0, got 1
[osh 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_
osh2 split on \0 delimiters

[osh stdout] Expected '1 one\n2 two\n', got ''
[osh status] Expected 0, got 1
[osh 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_