]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: fix rename subdir check that was failing in travis
authorSami Kerola <kerolasa@iki.fi>
Wed, 30 Jul 2014 21:21:08 +0000 (22:21 +0100)
committerSami Kerola <kerolasa@iki.fi>
Thu, 31 Jul 2014 06:11:57 +0000 (07:11 +0100)
commita009e86e8edc311b2cf3f8baea151d34c687527c
treeda73df9b993d4ffa8e04b864d080dee58a525736
parent3d595f92c81059d7653389fad5cb023b4e4335d4
tests: fix rename subdir check that was failing in travis

Apparently some or all travis build servers has a bit older coreutils
version.  The coreutils v8.13 added a feature to readlink that allows
user to specify multiple arguments.  Earlier versions gave exactly the
type of error travis_script log has.

+readlink: extra operand `rename_aa/sublink.2'
+Try `readlink --help' for more information.

The commit 0f85e0535bd4e6d19fadca182e4d57660b6bb57b introduced the travis
readlink issue, and has caused failures for 8 days in row (builds 192 -
213).

Reference: https://travis-ci.org/karelzak/util-linux/builds
Reviewed-by: Bernhard Voelker <mail@bernhard-voelker.de>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tests/ts/rename/subdir