summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/testh5ls.sh
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-10-07 14:54:26 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-10-07 14:54:26 (GMT)
commit698a6d8845964de3e8eb3d9de5569a9c88154e5e (patch)
tree5ec676c92adfaad56fbe90e851819fa409701d7c /tools/h5ls/testh5ls.sh
parentc05f2a85a3f2b892b77a8799219866605493e9aa (diff)
downloadhdf5-698a6d8845964de3e8eb3d9de5569a9c88154e5e.zip
hdf5-698a6d8845964de3e8eb3d9de5569a9c88154e5e.tar.gz
hdf5-698a6d8845964de3e8eb3d9de5569a9c88154e5e.tar.bz2
[svn-r15804] Purpose: Add option to h5ls to enable external link traversal.
Description: Added -E option to h5ls. When set, this alows h5ls to enter external files (currently only through an external link). The -r option by itself will no longer allow h5ls to traverse external links. Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'tools/h5ls/testh5ls.sh')
-rwxr-xr-xtools/h5ls/testh5ls.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/h5ls/testh5ls.sh b/tools/h5ls/testh5ls.sh
index 498384c..0bae60b 100755
--- a/tools/h5ls/testh5ls.sh
+++ b/tools/h5ls/testh5ls.sh
@@ -129,9 +129,13 @@ TOOLTEST tslink-1.ls 0 -w80 -r tslink.h5
# test for displaying external and user-defined links
TOOLTEST textlink-1.ls 0 -w80 -r textlink.h5
-TOOLTEST textlinksrc-1.ls 0 -w80 -r textlinksrc.h5
-TOOLTEST textlinksrc-2.ls 0 -w80 -rv textlinksrc.h5/ext_link5
-TOOLTEST textlinksrc-3.ls 0 -w80 -r textlinksrc.h5/ext_link1
+TOOLTEST textlinksrc-1.ls 0 -w80 -Er textlinksrc.h5
+TOOLTEST textlinksrc-2.ls 0 -w80 -Erv textlinksrc.h5/ext_link5
+TOOLTEST textlinksrc-3.ls 0 -w80 -Er textlinksrc.h5/ext_link1
+TOOLTEST textlinksrc-4.ls 0 -w80 -r textlinksrc.h5
+TOOLTEST textlinksrc-5.ls 0 -w80 -r textlinksrc.h5/ext_link1
+TOOLTEST textlinksrc-6.ls 0 -w80 -E textlinksrc.h5
+TOOLTEST textlinksrc-7.ls 0 -w80 -E textlinksrc.h5/ext_link1
TOOLTEST tudlink-1.ls 0 -w80 -r tudlink.h5
# tests for hard links