about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/integration.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration.rs b/tests/integration.rs
index 93dd66008f4..0efbec18b4f 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -20,7 +20,7 @@ fn integration_test() {
     let st = Command::new("git")
         .args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
         .status()
-        .expect("unstable to run git");
+        .expect("unable to run git");
     assert!(st.success());
 
     let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));