From 3c016d79db0fb4ed221da26340c0dd483eab28ca Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 11 Sep 2012 19:48:24 +0000 Subject: [PATCH] Soft mounts are okay This commit was SVN r27300. --- test/util/opal_path_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/opal_path_nfs.c b/test/util/opal_path_nfs.c index 06aea8fe0e..29157a04ce 100644 --- a/test/util/opal_path_nfs.c +++ b/test/util/opal_path_nfs.c @@ -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);