]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure in recent ls --hyperlink test
authorPádraig Brady <P@draigBrady.com>
Fri, 1 Sep 2017 06:52:59 +0000 (23:52 -0700)
committerPádraig Brady <P@draigBrady.com>
Fri, 1 Sep 2017 07:03:08 +0000 (00:03 -0700)
commit38c2b405ddd8120da43e4d08d3bd882e8fb822af
tree84a070ca77469247eb26cef9a3104aa550455f32
parentc6f9c75c160e9c9a16a5fa858c9a644ed061a0dd
tests: fix false failure in recent ls --hyperlink test

* tests/ls/hyperlink.sh: If the hostname or any part of
the absolute path would be changed due to URL encoding,
the test would fail.  Therefore simplify to remove
these components of the URL from consideration.
tests/ls/hyperlink.sh