. uniq -c ^~~~ process_test.py:1: 'uniq' not found (OILS-ERR-100) pipe_status: [-1, -1, -1, 127] . head ^~~~ process_test.py:1: 'head' not found (OILS-ERR-100) ls ^~ process_test.py:1: 'ls' not found (OILS-ERR-100) cat ^~~ process_test.py:1: 'cat' not found (OILS-ERR-100) head ^~~~ process_test.py:1: 'head' not found (OILS-ERR-100) sort --reverse ^~~~ process_test.py:1: 'sort' not found (OILS-ERR-100) . cat ^~~ process_test.py:1: 'cat' not found (OILS-ERR-100) ('BEFORE', ['0', '1', '2', '3', '4']) ('AFTER', ['0', '1', '2', '3', '4']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [-1, -1, 127] [-1, -1, -1, 127] . cat ^~~ process_test.py:1: 'cat' not found (OILS-ERR-100) ('BEFORE', ['0', '1', '2', '3', '4']) ('AFTER', ['0', '1', '2', '3', '4']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [-1, -1, 127] [-1, -1, -1, 127] oils: PID 684 Stopped, but osh didn't start it oils: PID 685 Stopped, but osh didn't start it oils: PID 686 Stopped, but osh didn't start it oils: PID 687 Stopped, but osh didn't start it Mon Nov 11 05:21:39 UTC 2024 date returned 0 [??? no location ???] Can't execute 'does-not-exist': No such file or directory .. ---------------------------------------------------------------------- Ran 6 tests in 0.028s OK ('BEFORE', ['0', '1', '2', '3', '4']) ('AFTER', ['0', '1', '2', '3', '4']) ------------------------------------------------------------ ls | cut -d . -f 1 | head [-1, -1, 127] [-1, -1, -1, 127] ('FDS BEFORE', ['0', '1', '2', '3', '4']) ------------------------------------------------------------ date ------------------------------------------------------------ does-not-exist 127 ('FDS AFTER', ['0', '1', '2', '3', '4'])