Author: wrowe Date: Thu Feb 9 14:58:14 2006 New Revision: 376473 URL: http://svn.apache.org/viewcvs?rev=376473&view=rev Log: Rules out netware from this scenario per Brad. Modified: apr/apr/trunk/test/testnames.c Modified: apr/apr/trunk/test/testnames.c URL: http://svn.apache.org/viewcvs/apr/apr/trunk/test/testnames.c?rev=376473&r1=376472&r2=376473&view=diff ============================================================================== --- apr/apr/trunk/test/testnames.c (original) +++ apr/apr/trunk/test/testnames.c Thu Feb 9 14:58:14 2006 @@ -193,7 +193,7 @@ rv = apr_filepath_root(&root, &path, APR_FILEPATH_TRUENAME, p); -#if defined(WIN32) || defined(NETWARE) || defined(OS2) +#if defined(WIN32) || defined(OS2) ABTS_INT_EQUAL(tc, APR_EINCOMPLETE, rv); ABTS_STR_EQUAL(tc, "//", root); #else