bug-bash
[Top][All Lists]
Advanced

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

Testcase for cd -@ / O_XATTR


From: Lionel Cons
Subject: Testcase for cd -@ / O_XATTR
Date: Tue, 5 Nov 2013 23:20:24 +0100

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

[Prev in Thread] Current Thread [Next in Thread]