diff --git a/tests/ChangeLog b/tests/ChangeLog index cb3edebc..9506a3f1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2005-08-13 Boris Kolpackov + + * scripts/functions/wildcard: Wrap calls to $(wildcard ) with + $(sort) so that the resulting order is no longer filesystem- + dependant. + 2005-08-10 Boris Kolpackov * scripts/features/statipattrules: Add a test for Savannah bug #13881. diff --git a/tests/scripts/functions/wildcard b/tests/scripts/functions/wildcard index 5e5a5ff6..d7a50aad 100644 --- a/tests/scripts/functions/wildcard +++ b/tests/scripts/functions/wildcard @@ -29,13 +29,13 @@ open(MAKEFILE,"> $makefile"); print MAKEFILE <