Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
This commit is contained in:
Philipp Krones 2020-03-14 10:22:49 +01:00 committed by GitHub
parent 34a00fe7f4
commit 626f2fe1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fn integration_test() {
let st = Command::new("git") let st = Command::new("git")
.args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()]) .args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
.status() .status()
.expect("unstable to run git"); .expect("unable to run git");
assert!(st.success()); assert!(st.success());
let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")); let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));