summaryrefslogtreecommitdiffstats
path: root/testpar/t_subfiling_vfd.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-04-28 12:45:29 (GMT)
committerGitHub <noreply@github.com>2023-04-28 12:45:29 (GMT)
commit8e8d98319bc166c2948b9defcc0de471a68112a3 (patch)
treecbc4e66802bc2f5e7081e9548526271df9206397 /testpar/t_subfiling_vfd.c
parentb5ecb0af6dc0665d16ee7f257332741fcbef91a2 (diff)
downloadhdf5-8e8d98319bc166c2948b9defcc0de471a68112a3.zip
hdf5-8e8d98319bc166c2948b9defcc0de471a68112a3.tar.gz
hdf5-8e8d98319bc166c2948b9defcc0de471a68112a3.tar.bz2
h5fuse.sh fix for summit. (#2841)
* updated directory locations
Diffstat (limited to 'testpar/t_subfiling_vfd.c')
-rw-r--r--testpar/t_subfiling_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c
index 0c2bca7..85df3bd 100644
--- a/testpar/t_subfiling_vfd.c
+++ b/testpar/t_subfiling_vfd.c
@@ -1858,7 +1858,7 @@ test_subfiling_h5fuse(void)
args[0] = HDstrdup("env");
args[1] = HDstrdup("sh");
args[2] = HDstrdup("h5fuse.sh");
- args[3] = HDstrdup("-f");
+ args[3] = HDstrdup("-q -f");
args[4] = tmp_filename;
args[5] = NULL;