summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-11-07 15:50:03 (GMT)
committerGitHub <noreply@github.com>2023-11-07 15:50:03 (GMT)
commitec695cf34f7256d7af9bbc2fcf5366da0119fcea (patch)
treefa723a5125fd0981177c8207cf582a39f2ed1430 /testpar
parent3c0714797196fe428e1b81f3c7b02149676c54f7 (diff)
downloadhdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.zip
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.gz
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.bz2
Renamed h5fuse.sh to h5fuse (#3834)
* provide an alternative to mapfile for older bash
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_subfiling_vfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c
index 72613a3..45cb363 100644
--- a/testpar/t_subfiling_vfd.c
+++ b/testpar/t_subfiling_vfd.c
@@ -1898,7 +1898,7 @@ test_subfiling_h5fuse(void)
if (MAINPROCESS) {
FILE *h5fuse_script;
- h5fuse_script = fopen("h5fuse.sh", "r");
+ h5fuse_script = fopen("h5fuse", "r");
if (h5fuse_script)
fclose(h5fuse_script);
else
@@ -2014,7 +2014,7 @@ test_subfiling_h5fuse(void)
SUBF_FILENAME, file_inode);
args[0] = strdup("env");
- args[1] = strdup("./h5fuse.sh");
+ args[1] = strdup("./h5fuse");
args[2] = strdup("-q");
args[3] = strdup("-f");
args[4] = tmp_filename;