Fixed bug in test when run on Windows

This commit is contained in:
Mick Grove 2025-10-23 21:28:37 -07:00
commit ea1bd2a022

View file

@ -502,7 +502,7 @@ mod bitbucket {
.unwrap()
.args(["scan", "bitbucket", "--help"])
.assert()
.stdout(is_match(r"kingfisher(\\.exe)? scan bitbucket \[OPTIONS\]").unwrap());
.stdout(is_match(r"kingfisher(\.exe)? scan bitbucket \[OPTIONS\]").unwrap());
}
#[test]