On Thu, Jun 18, 2020 at 05:38:31PM -0400, Vivek Goyal wrote: [..] > > # ./run --ov --verify > Environment variables: > UNIONMOUNT_BASEDIR=/mnt/overlayfs/ > > *** > *** ./run --ov --samefs --ts=0 open-plain > *** > TEST open-plain.py:10: Open O_RDONLY > /mnt/overlayfs/m/a/foo100: not on union mount > > Will spend more time to figure out what happened. Ok, this is an issue only if I specify UNIONMOUNT_BASEDIR. If I don't, then it passes. Thanks Vivek