We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de9e43 commit 29bc09cCopy full SHA for 29bc09c
tests/integration.rs
@@ -43,7 +43,7 @@ fn main() -> Result<()> {
43
// Windows io::Error uses "exit code".
44
config.filter("exit code", "exit status");
45
config.filter(
46
- "The system cannot find the file specified",
+ "The system cannot find the file specified.",
47
"No such file or directory",
48
);
49
// The order of the `/deps` directory flag is flaky
0 commit comments