Merge: macOS: skip one of the nitpm tests because of locale issues
authorJean Privat <jean@pryen.org>
Fri, 11 May 2018 20:01:27 +0000 (16:01 -0400)
committerJean Privat <jean@pryen.org>
Fri, 11 May 2018 20:01:27 +0000 (16:01 -0400)
commit2a1a159a4814528a1e055f581fa50928004fb956
tree3c35f4b4f2e5a5a5726400037bf48dca6c5b42d9
parentb59bc18edfdcf566ca5e72a6ceefbfb3573b66b5
parentcbbaf6aa0e25708488f20cd6320d3b30e15c0f95
Merge: macOS: skip one of the nitpm tests because of locale issues

The test `nitpm_arg3` exposes an output from Git. It looks like there is locale issue on the macOS CI server changing the output and breaking the tests.

Test diff:
~~~
--- sav//nitpm_args3.res 2018-04-05 22:14:54.000000000 -0400
+++ out/nitpm_args3.res 2018-05-11 02:59:58.000000000 -0400
@@ -1 +1 @@
-Already up-to-date.
+Already up to date.
~~~

I didn't find a clear cause after a quick investigation. This PR as a temporary workaround, feel free to investigate and PR a real fix!

Pull-Request: #2675