Re: [fstests PATCH] generic: add test for executables on read-only DAX mounts
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-08-31 13:09:34
Also in:
fstests, linux-fsdevel, nvdimm
From: Christoph Hellwig <hch@infradead.org>
Date: 2017-08-31 13:09:34
Also in:
fstests, linux-fsdevel, nvdimm
On Wed, Aug 30, 2017 at 10:02:55PM -0600, Ross Zwisler wrote:
quoted
quoted
+LS=$(which ls --skip-alias --skip-functions) 2>/dev/null +if [ $? -ne 0 ]; then + status=$? + echo "Couldn't find 'ls'!?" + exit +fiThese checks all fail for me..Huh...really? I'll send out v2 in a second, but if that fails for you as well can you try and give me a hint as to what's going wrong with the test in your setup?
The v2 one works fine for me.