gio/tests/gsubprocess.c: Fix on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 5 Nov 2013 09:33:09 +0000 (17:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 11 Nov 2013 14:38:05 +0000 (22:38 +0800)
commitb27a2d436bad5fcda5fea52bb84a39fd42e66041
tree31f54dea63ee6cef46adaeaf0f15682ef2b97910
parentfd41363e0213adda7c274c7ac06b411a17d5619f
gio/tests/gsubprocess.c: Fix on Windows

We need to check for the correct line endings on Windows (\r\n) for the
echo tests and currently need to skip the test_echo_eof test there, as
it depends on the cat utility that is not normally found on Windows, and
using an external installation of cat via MSYS or Cygwin would render the
test program to hang as cat waits for user input.

https://bugzilla.gnome.org/show_bug.cgi?id=711047
gio/tests/gsubprocess.c