Skip to content

Commit

Permalink
Merge pull request #1810 from bryceberger/bryce/push-oqkslowuuqyz
Browse files Browse the repository at this point in the history
fix hardcoded path test on nixos
  • Loading branch information
Byron authored Jan 26, 2025
2 parents 810b5cf + b085899 commit 10937b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-command/tests/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ mod spawn {
#[cfg(unix)]
#[test]
fn direct_command_with_absolute_command_path() -> crate::Result {
assert!(gix_command::prepare("/bin/ls").spawn()?.wait()?.success());
assert!(gix_command::prepare("/usr/bin/env").spawn()?.wait()?.success());
Ok(())
}

Expand Down

0 comments on commit 10937b0

Please sign in to comment.