diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-07-07 18:52:04 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-07-07 18:52:04 (GMT) |
commit | af749bafb7004f116fa5bc062bc4498b10814ca2 (patch) | |
tree | 30b2515f960d035385500faa8ce2c289447121a5 /tools/testfiles/thlinks-nodangle-1.ls | |
parent | be5d63141038a46db28d1f3679de60d643f9e717 (diff) | |
download | hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.zip hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.tar.gz hdf5-af749bafb7004f116fa5bc062bc4498b10814ca2.tar.bz2 |
[svn-r19051] Purpose:
Add --no-dangling-links option to h5ls.
Description:
Related to "Bug 1830 - Following an dangling external link in h5ls should set non-zero return code."
If --no-dangling-links option is specified and any dangling link is found, return exit code 1 (error).
Tested:
jam, amani and heiwa
Diffstat (limited to 'tools/testfiles/thlinks-nodangle-1.ls')
-rw-r--r-- | tools/testfiles/thlinks-nodangle-1.ls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testfiles/thlinks-nodangle-1.ls b/tools/testfiles/thlinks-nodangle-1.ls new file mode 100644 index 0000000..37ba6b0 --- /dev/null +++ b/tools/testfiles/thlinks-nodangle-1.ls @@ -0,0 +1,7 @@ +############################# + output for 'h5ls -w80 --follow-symlinks --no-dangling-links thlink.h5' +############################# +dset1 Dataset {5} +g1 Group +g2 Group +g3 Group, same as / |