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 3f65e23 commit ea1a7c3Copy full SHA for ea1a7c3
tests/db_tests.rs
@@ -60,7 +60,7 @@ fn test_locate_match_basename() {
60
fn test_locate_existing() {
61
Command::cargo_bin("locate")
62
.expect("couldn't find locate binary")
63
- .args(["abbbc", "--existing", "--database={DB}"])
+ .args(["abbbc", "--existing", DB_FLAG])
64
.assert()
65
.success();
66
}
@@ -122,7 +122,7 @@ fn test_updatedb() {
122
.expect("couldn't find updatedb binary")
123
.args([
124
fix_up_slashes("--localpaths=./test_data"),
125
- fix_up_slashes("--output=./test_data_db"),
+ fix_up_slashes("--output=/dev/null"),
126
])
127
128
0 commit comments