This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-11-17 02:08:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
14c3f3aa17
coreutils
/
tests
/
test_true.rs
8 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
rewrite tests for cargo compat, decoupled directory, output handling
2015-11-16 05:25:01 +00:00
use
common
::
util
::
*
;
#[
test
]
fn
test_exit_code
(
)
{
tests: remove helper function boilerplate via macros
2016-08-23 11:52:43 +00:00
new_ucmd!
(
)
.
succeeds
(
)
;
rewrite tests for cargo compat, decoupled directory, output handling
2015-11-16 05:25:01 +00:00
}
Reference in a new issue
Copy permalink