NetBSD-Bugs archive

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

PR/44498 CVS commit: src/tests/bin/pax



The following reply was made to PR bin/44498; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44498 CVS commit: src/tests/bin/pax
Date: Mon, 5 Aug 2024 03:55:04 +0000

 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