##// END OF EJS Templates
tests: stabilize the sorted output of list-tree.py on Windows...
Matt Harbison -
r35381:acff4195 default
parent child Browse files
Show More
@@ -24,4 +24,4 b' def gather():'
24 else:
24 else:
25 yield p
25 yield p
26
26
27 print('\n'.join(sorted(gather())))
27 print('\n'.join(sorted(gather(), key=lambda x: x.replace(os.path.sep, '/'))))
General Comments 0
You need to be logged in to leave comments. Login now