On Thu, Nov 07, 2024 at 02:46:36PM +0100, Phil Sutter wrote: > The call to 'cd' is problematic since later the script tries to 'exec > unshare -n $0'. This is not the only problem though: Individual test > cases specified on command line are expected to be relative to the > script's directory, too. Just get rid of these nonsensical restrictions. > > Reported-by: Florian Westphal <fw@xxxxxxxxx> > Signed-off-by: Phil Sutter <phil@xxxxxx> Patch applied.