coreutils/cat
Brian Anderson 0ee4fb0576 Handle exit status more consistently. #211
This changes the `uumain` functions to return the exit code as `int`.

It does not eliminate all calls to `os::set_exit_status` and `libc::exit`.
2014-06-11 21:48:38 -07:00
..
fixtures Add tests for cat and fix a couple issues 2013-10-22 15:31:51 +02:00
cat.rs Handle exit status more consistently. #211 2014-06-11 21:48:38 -07:00
test.rs Update tests to use std::process:Command 2014-05-17 15:52:51 +02:00