Sort the output of remove-trailing-ws for predictable output. This is
needed to include remove-trailing-ws in the test suite.
---
quilt/scripts/remove-trailing-ws.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/quilt/scripts/remove-trailing-ws.in
+++ b/quilt/scripts/remove-trailing-ws.in
@@ -106,7 +106,7 @@ while (<>) {
}
}
-foreach my $file (keys %files) {
+foreach my $file (sort keys %files) {
my @lines = @{$files{$file}};
if ($opt_n) {
print STDERR sprintf(
--
Jean Delvare
Suse L3
_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev