Skip to content
Snippets Groups Projects
Commit 0c068c61 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

nit: cargo fmt

parent d316630f
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ fn broken_tarantool() {
let mut cmd = Command::cargo_bin("picodata").unwrap();
cmd.arg("run");
cmd.env("PATH", temp_path);
cmd.timeout(Duration::from_secs(1)).assert().failure().stderr(format!(
cmd.timeout(Duration::from_secs(1));
cmd.assert().failure().stderr(format!(
"{}/tarantool: {}\n",
temp_path.display(),
errno::Errno(libc::EACCES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment