mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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!(
|
assert!(
|
||||||
self.stdout.is_empty(),
|
self.stdout.is_empty(),
|
||||||
"Expected stdout to be empty, but it's:\n{}",
|
"Expected stdout to be empty, but it's:\n{}",
|
||||||
self.stderr_str()
|
self.stdout_str()
|
||||||
);
|
);
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue