From 77532c9f4484cdc746dad2071b1e38453e761c60 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Wed, 19 May 2010 17:02:13 +0000 Subject: [PATCH] minor test fix, found my MTT This commit was SVN r23176. --- test/util/opal_sos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/opal_sos.c b/test/util/opal_sos.c index a6e0f7eedf..ecf71c1340 100644 --- a/test/util/opal_sos.c +++ b/test/util/opal_sos.c @@ -50,7 +50,7 @@ static bool opal_sos_test(void); int main(int argc, char *argv[]) { - opal_init(&argc, &argv); + opal_init_util(&argc, &argv); test_init("opal_sos test suite"); opal_sos_test(); opal_finalize();