/home/uke/oil/bin/osh
spec test index / oilshell.org
status | osh | |
FAIL | 7 | |
total | 7 | |
case | osh | description |
0 | FAIL | Normal and braced |
details | ||
1 | FAIL | In function |
details | ||
2 | FAIL | $0 with -c |
details | ||
3 | FAIL | $0 with stdin |
details | ||
4 | FAIL | $0 with -i |
details | ||
5 | FAIL | $0 with filename |
details | ||
6 | FAIL | $@ with filename |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 7 failed, 0 timeouts, 0 cases skipped 7 failed under osh
osh | 0 Normal and braced [osh stdout] Expected 'a b c\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 1 In function [osh stdout] Expected 'a b\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 2 $0 with -c [osh stdout] Expected 'sh\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 3 $0 with stdin [osh stdout] Expected 'sh\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 4 $0 with -i [osh stdout] Expected 'sh\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 5 $0 with filename [osh stdout] Expected '_tmp/dollar0\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |
osh | 6 $@ with filename [osh stdout] Expected 'a b c\n', got '' [osh status] Expected 0, got 2 stdout: stderr: oils I/O error (main): No such file or directory |