We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97d868 commit cb3e399Copy full SHA for cb3e399
1 file changed
tests/db_tests.rs
@@ -61,7 +61,7 @@ fn test_locate_match_basename() {
61
fn test_locate_existing() {
62
Command::cargo_bin("locate")
63
.expect("couldn't find locate binary")
64
- .args(["abbbc", "--existing", "--database={DB}"])
+ .args(["abbbc", "--existing", format!("--database={DB}").as_str()])
65
.assert()
66
.success();
67
}
0 commit comments