[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Sort find result of hardlink.sh test.



On Sun, Mar 03, 2019 at 09:52:21PM +0100, Mark Wielaard wrote:
> Find can return results in arbitrary order. Sort the output of find
> to make sure the test doesn't spuriously fails. The same isn't necessary
> for ls, which sorts the file list by default.

Ok, thanks.

Maybe there should also export LC_ALL=C in check: in Makefile,
so that there aren't any differences based on selected language?

> 2019-03-03  Mark Wielaard  <mark@klomp.org>
> 
> 	* testsuite/dwz.tests/hardlink.sh: Sort find output.

	Jakub