aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/git_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/git_test.rs')
-rw-r--r--crates/shirabe/tests/util/git_test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/util/git_test.rs b/crates/shirabe/tests/util/git_test.rs
index 3d447553..448935ec 100644
--- a/crates/shirabe/tests/util/git_test.rs
+++ b/crates/shirabe/tests/util/git_test.rs
@@ -68,10 +68,6 @@ impl ConfigSourceInterface for NullConfigSource {
}
}
-// PHP's `commandCallable` returns a bare string (`'git command'`); Rust's `run_command`
-// flattens each callable to a `Vec<String>` and hands it to `execute_args`, which always
-// builds a `PhpMixed::List`. So the single-token string command becomes a one-element list,
-// and the corresponding process expectation is a one-element list as well.
fn build_git(
io: IOStub,
config: Config,