Skip to content

Commit

Permalink
Follow-up to r1920854: Compile test_proc_args_winbatch() only on Wind…
Browse files Browse the repository at this point in the history
…ows.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1921159 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Oct 7, 2024
1 parent 4283c6a commit d131b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ static void test_proc_args(abts_case* tc, void* data)
ABTS_STR_EQUAL(tc, expected, actual);
}

#ifdef WIN32
static void test_proc_args_winbatch(abts_case* tc, void* data)
{
const char* args[10];
Expand Down Expand Up @@ -300,7 +301,6 @@ static void test_proc_args_winbatch(abts_case* tc, void* data)
ABTS_STR_EQUAL(tc, expected, actual);
}

#ifdef WIN32
static void test_proc_unclosed_quote1(abts_case *tc, void *data)
{
apr_procattr_t *attr;
Expand Down

0 comments on commit d131b4e

Please sign in to comment.