mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
Merge pull request #3379 from jfinkels/tests-no-stdout-error-message
tests: print stdout in error msg for no_stdout()
This commit is contained in:
commit
398ded6789
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ impl CmdResult {
|
|||
assert!(
|
||||
self.stdout.is_empty(),
|
||||
"Expected stdout to be empty, but it's:\n{}",
|
||||
self.stderr_str()
|
||||
self.stdout_str()
|
||||
);
|
||||
self
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue