diff options
author | Zach van Rijn <me@zv.io> | 2023-04-10 09:14:53 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-04-10 09:30:49 +0000 |
commit | f9f1195d1490e17a72b1f2fda12aeedf1aec8d8f (patch) | |
tree | 06a82726a932ff14d4961edb077f7f14f7385b96 /system/perl-test-exception | |
parent | db3f3501151c012751012659e149a7f80e4efd54 (diff) | |
download | packages-f9f1195d1490e17a72b1f2fda12aeedf1aec8d8f.tar.gz packages-f9f1195d1490e17a72b1f2fda12aeedf1aec8d8f.tar.bz2 packages-f9f1195d1490e17a72b1f2fda12aeedf1aec8d8f.tar.xz packages-f9f1195d1490e17a72b1f2fda12aeedf1aec8d8f.zip |
system/coreutils: revert gnulib getcwd optimization. fixes #985, #987.
This commit reverts a commit in gnulib in coreutils that caused a
functional change between coreutils { 9.1 --> 9.2 }.
tl;dr:
* on some systems, `(cd //tmp && /bin/pwd)` may return '/tmp' or
'//tmp' depending on several factors; this is generally OK
* in a musl-based Adélie environment, we identified a change in
this behavior between coreutils updates during testing
* the functional change was bisected to coreutils commit
d42e4e9191abb818fc0e28507085a3945eed1477, which itself bumps
the gnulib submodule, and is unrelated to coreutils itself
* gnulib commit 356a414e8c15ef3f8cc7b7157427c8ce9a9f7c1b has been
identified as the culprit for this functional change
See #987 for more information.
Diffstat (limited to 'system/perl-test-exception')
0 files changed, 0 insertions, 0 deletions