diff options
author | Robb Matzke <matzke@llnl.gov> | 2000-10-31 16:29:57 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2000-10-31 16:29:57 (GMT) |
commit | 718b67a1432cbfef1e1130cebb92afbaeee852e6 (patch) | |
tree | 273f25ede50c17e3ce11713048378ee33a6a949c /tools/testfiles/tloop-1.ls | |
parent | 9a6bb96913ce9aa55b6e53c1be16161e41d2c367 (diff) | |
download | hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.zip hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.tar.gz hdf5-718b67a1432cbfef1e1130cebb92afbaeee852e6.tar.bz2 |
[svn-r2770]
Purpose:
Testing
Description:
The h5ls test script only looked at exit status.
Solution:
Created expected output files and compare actual output
with expected output.
Platforms tested:
i686-pc-linux
Diffstat (limited to 'tools/testfiles/tloop-1.ls')
-rw-r--r-- | tools/testfiles/tloop-1.ls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testfiles/tloop-1.ls b/tools/testfiles/tloop-1.ls new file mode 100644 index 0000000..c351f2e --- /dev/null +++ b/tools/testfiles/tloop-1.ls @@ -0,0 +1,7 @@ +############################# + output for 'h5ls -w80 -r -d tloop.h5' +############################# +/tloop.h5/g1 Group +/tloop.h5/g1/g1.1 Group +/tloop.h5/g1/g1.1/g2.1 Group, same as /tloop.h5/g1 +/tloop.h5/g2 Group, same as /tloop.h5/g1/g1.1 |