mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Based on testing with GNU's pwd, it seems like the -P flag should take precedence over the use of the POSIXLY_CORRECT flag. Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
parent
112f1ee8be
commit
126bbba17a
2 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,7 @@ fn test_symlinked_default_posix_p() {
|
|||
.env("POSIXLY_CORRECT", "1")
|
||||
.arg("-P")
|
||||
.succeeds()
|
||||
.stdout_is(env.symdir + "\n");
|
||||
.stdout_is(env.subdir + "\n");
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue