Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/bin/pax



Module Name:    src
Committed By:   riastradh
Date:           Mon Aug  5 03:55:04 UTC 2024

Modified Files:
        src/tests/bin/pax: t_pax.sh

Log Message:
tests/bin/pax: Add test for pax list in an ungettable cwd.

The list operation has no need to touch the file system, so it should
have no need for open(".") or getcwd() to succeed.

PR bin/44498: tar(1) unnecessarily demands that getcwd() work

(The PR was filed about tar(1), which is now bsdtar by default, but
the issue applies to pax(1) too and would continue to apply to tar(1)
if you set MKBSDTAR=no.)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/bin/pax/t_pax.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index