Hi! > + while ((mnt = getmntent(f))) { > + /* ignore all pseudo fs */ > + if (mnt->mnt_fsname[0] != '/') > + continue;
I've removed this if () because otherwise this code will ignore tmpfs (which is common for /tmp) and nfs mounts (that starts with ip address). Frankly I have no idea why I added this check to the code in the first place (and I will fix the similar code in open posix testsuite too). Pushed, thanks. -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list