]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failure with spaces in mount point paths
authorPádraig Brady <P@draigBrady.com>
Wed, 2 Jul 2014 13:39:04 +0000 (14:39 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 2 Jul 2014 18:45:18 +0000 (19:45 +0100)
commit07e40d5de8fe2a8276bd27f32af702e412d10206
tree2cc080da3682400c89b9717e9800556330d5d0e6
parent39e2a4cff85cd37797c062a6196d4ce465398d00
tests: avoid false failure with spaces in mount point paths

* tests/ls/readdir-mountpoint-inode.sh: Quote appropriately
to process mount points with spaces in the path.
Previously items like these would usually be skipped,
though if the path also contained a '-' for example,
that would stat stdin, thus producing a wrong inode
and a false failure.
Fixes http://bugs.gnu.org/17863
tests/ls/readdir-mountpoint-inode.sh