1--- a/src/helper/args/mod.rs
2+++ b/src/helper/args/mod.rs
3@@ -129,9 +129,7 @@ mod tests {
4
5 /// Returns the path of the test binary.
6 fn get_test_bin() -> String {
7- PathBuf::from(env!("CARGO_MANIFEST_DIR"))
8- .join("target")
9- .join("debug")
10+ PathBuf::from("@releaseDir@")
11 .join(format!("{}-test", env!("CARGO_PKG_NAME")))
12 .to_string_lossy()
13 .to_string()