mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	- Shell command `sort` depends on system locale and symbol `_` (underscore) is located after letters in the default locale of Travis instances. Otherwise, python sorting uses its own symbols ordering and underscore is located before letters. Changing the locale for `sort` shell command with adding environment variable doesn' t work on Travis instances. That's why It was decided to apply the same sorting command to both comparing lists.