Chet, below is a simple testcase for cd -@ / O_XATTR support:

./bash -c 'set -o errexit ; touch foo ; runat foo "echo hello1
>myxattr" ; cd -@ foo ; exec {n}<>myxattr ; cd -P .. ; cat <&$n ;
true'

This should print 'hello1'.

Any suggestion where this test can be placed?

Lionel

Reply via email to