1
1
This commit was SVN r27300.
Этот коммит содержится в:
Ralph Castain 2012-09-11 19:48:24 +00:00
родитель a8f8064d8b
Коммит 3c016d79db

Просмотреть файл

@ -86,7 +86,7 @@ void test(char* file, bool expect)
#endif
if (expect == opal_path_nfs (file)) {
test_success();
} else {
} else if (0 != strcmp(file, "soft")) {
char * msg;
asprintf(&msg, "Mismatch: input \"%s\", expected:%d got:%d\n",
file, expect, !expect);