Soft mounts are okay
This commit was SVN r27300.
Этот коммит содержится в:
родитель
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);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user