When I tried to fix a mount issue of tests/xfs/003 failure, I found the root cause is my mistake that I added "/" to the end of TEST_DIR, eg. export TEST_DIR=/root/xfstests/test/ This patch set is to let user find the correct cause quickly. V2: Instead of adding comments, remove all trailing "/"s by readlink. This is suggested by Eryu Guan. Jia He (2): fstests: add user friendly prompts for already mounted point name fstests: canonicalize the mount points by removing the trailing "/" common/config | 5 +++++ common/rc | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html