Searched refs:result2 (Results 1 – 1 of 1) sorted by relevance
194 char *result2 = realpath (tests[i].in, NULL); in do_test() local195 if ((result2 == NULL && result != NULL) in do_test()196 || (result2 != NULL && strcmp (result, result2) != 0)) in do_test()200 argv[0], result2, result); in do_test()203 free (result2); in do_test()
Completed in 3 milliseconds