test_dump: Don't use pipe on MinGW

This commit is contained in:
Petri Lehtinen 2017-04-19 21:02:49 +03:00
parent 98294c46b7
commit 8fc5ef0aeb

View file

@ -252,7 +252,7 @@ static void dumpb()
static void dumpfd()
{
#ifdef HAVE_UNISTD_H
#if defined(HAVE_UNISTD_H) && !defined(__MINGW32__)
int fds[2] = {-1, -1};
json_t *a, *b;