bin.name = "cargo-add" args = ["add", "fake-git", "--git", "https://github.com/killercup/fake-git-repo.git", "-Zgit"] status.code = 1 stdout = "" stderr = """ Updating 'https://github.com/rust-lang/crates.io-index' index Error: HTTP request `https://raw.githubusercontent.com/killercup/fake-git-repo/master/Cargo.toml` failed: https://raw.githubusercontent.com/killercup/fake-git-repo/master/Cargo.toml: status code 404 """ fs.sandbox = true