summaryrefslogtreecommitdiff
path: root/test/testglobalmutex.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-03-15 18:35:10 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2004-03-15 18:35:10 +0000
commit5feea13fa6f384c18b5120b03a112f4de4946fb1 (patch)
treee79f3dcb820e32ed65e1e694bd05aef0ee8d7ff8 /test/testglobalmutex.c
parentdc9be10350c1fa61546d3ff57d1f0e3429945d20 (diff)
downloadlibapr-5feea13fa6f384c18b5120b03a112f4de4946fb1.tar.gz
Fix a stupid paste-o in testglobalmutex.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testglobalmutex.c')
-rw-r--r--test/testglobalmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testglobalmutex.c b/test/testglobalmutex.c
index 1f3f80519..5b9bd7ee6 100644
--- a/test/testglobalmutex.c
+++ b/test/testglobalmutex.c
@@ -36,7 +36,7 @@ static void launch_child(CuTest *tc, apr_proc_t *proc, apr_pool_t *p)
apr_assert_success(tc, "Couldn't set error check in procattr", rv);
args[0] = "globalmutexchild" EXTENSION;
- args[2] = NULL;
+ args[1] = NULL;
rv = apr_proc_create(proc, "./globalmutexchild" EXTENSION, args, NULL,
procattr, p);
apr_assert_success(tc, "Couldn't launch program", rv);