Fix spurious uniq.test failure.

Reported by Christopher Ziegler.

* src/tests/uniq.test: For LC_ALL=C before sort.
This commit is contained in:
Alexandre Duret-Lutz 2015-08-23 17:38:30 +02:00
parent c8df1ae85d
commit 63969b13fa
3 changed files with 3 additions and 1 deletions

1
NEWS
View file

@ -73,6 +73,7 @@ New in spot 1.99.2a (not yet released)
- Fix some warnings reported by the development version of GCC 6.
- the spot.translate() function of the Python binding had a typo
preventing the use of 'low'/'medium'/'high' as argument.
- Fix spurious failure of uniq.test under different locales.
New in spot 1.99.2 (2015-07-18)