]> granicus.if.org Git - check/commit
test_log_output: removing assumption that HAVE_FORK=0 implied Windows
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 27 Sep 2013 01:38:39 +0000 (01:38 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 27 Sep 2013 01:38:39 +0000 (01:38 +0000)
commit844d14009dcaaa13807434e4917e941e2bf4cfe8
treec8d8ecd82f86ccc5646bb0066d5472a2f6d4d400
parentaa8d442a7f404cad22583c6a53b9713dbb4f7c1d
test_log_output: removing assumption that HAVE_FORK=0 implied Windows

With the configuration option --disable-fork, *nix systems
can also be compiled without using fork. To fix the
line encoding, sed is used to remove \r before the check.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@802 64e312b2-a51f-0410-8e61-82d0ca0eb02a
tests/test_log_output.sh