forked from mirrors/kingfisher
Fixed bug in test when run on Windows
This commit is contained in:
parent
8fda3eaa3b
commit
ea1bd2a022
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue