Skip to content

Commit d131b4e

Browse files
author
Ivan Zhakov
committed
Follow-up to r1920854: Compile test_proc_args_winbatch() only on Windows.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1921159 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4283c6a commit d131b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ static void test_proc_args(abts_case* tc, void* data)
230230
ABTS_STR_EQUAL(tc, expected, actual);
231231
}
232232

233+
#ifdef WIN32
233234
static void test_proc_args_winbatch(abts_case* tc, void* data)
234235
{
235236
const char* args[10];
@@ -300,7 +301,6 @@ static void test_proc_args_winbatch(abts_case* tc, void* data)
300301
ABTS_STR_EQUAL(tc, expected, actual);
301302
}
302303

303-
#ifdef WIN32
304304
static void test_proc_unclosed_quote1(abts_case *tc, void *data)
305305
{
306306
apr_procattr_t *attr;

0 commit comments

Comments
 (0)