Skip to content

Commit 10937b0

Browse files
authored
Merge pull request #1810 from bryceberger/bryce/push-oqkslowuuqyz
fix hardcoded path test on nixos
2 parents 810b5cf + b085899 commit 10937b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-command/tests/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ mod spawn {
507507
#[cfg(unix)]
508508
#[test]
509509
fn direct_command_with_absolute_command_path() -> crate::Result {
510-
assert!(gix_command::prepare("/bin/ls").spawn()?.wait()?.success());
510+
assert!(gix_command::prepare("/usr/bin/env").spawn()?.wait()?.success());
511511
Ok(())
512512
}
513513

0 commit comments

Comments
 (0)