mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
dircolors: improve test by ensuring stderr output
This commit is contained in:
committed by
Sylvestre Ledru
parent
ed15a26a6a
commit
4834b3187d
@@ -148,7 +148,9 @@ fn test_overridable_args() {
|
||||
#[test]
|
||||
fn test_no_env() {
|
||||
// no SHELL and TERM
|
||||
new_ucmd!().fails();
|
||||
new_ucmd!()
|
||||
.fails()
|
||||
.stderr_only("dircolors: no SHELL environment variable, and no shell type option given\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user