diff options
Diffstat (limited to 'test/fheap.c')
-rw-r--r-- | test/fheap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fheap.c b/test/fheap.c index 2b7dc1e..34c44ff 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -15785,12 +15785,12 @@ main(void) if(envval == NULL) envval = "nomatch"; - /* This test case with Direct driver has a poor performance on - * NCSA copper, though it works. Skip it if the express mode is set on - * and worry about the performance later. + /* This test case with Direct driver has a poor performance on + * NCSA copper, though it works. Skip it if the express mode is set on + * and worry about the performance later. */ - if((HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "multi") && - HDstrcmp(envval, "family") && HDstrcmp(envval, "stdio")) && + if((HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "multi") && + HDstrcmp(envval, "family") && HDstrcmp(envval, "stdio")) && !(!HDstrcmp(envval, "direct") && (ExpressMode > 1))) { |