We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810b5cf + b085899 commit 10937b0Copy full SHA for 10937b0
gix-command/tests/command.rs
@@ -507,7 +507,7 @@ mod spawn {
507
#[cfg(unix)]
508
#[test]
509
fn direct_command_with_absolute_command_path() -> crate::Result {
510
- assert!(gix_command::prepare("/bin/ls").spawn()?.wait()?.success());
+ assert!(gix_command::prepare("/usr/bin/env").spawn()?.wait()?.success());
511
Ok(())
512
}
513
0 commit comments