summaryrefslogtreecommitdiffstats
path: root/tools/misc/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-04 20:51:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-04 20:51:57 (GMT)
commit9f58bc50cf9f786ab822e0bd971b2b42bdc95338 (patch)
tree70071aac45ab527925132098bcd317d4957721a9 /tools/misc/testfiles
parent833f62c8e15d8064411a0dca9fa2454ce2b3740c (diff)
downloadhdf5-9f58bc50cf9f786ab822e0bd971b2b42bdc95338.zip
hdf5-9f58bc50cf9f786ab822e0bd971b2b42bdc95338.tar.gz
hdf5-9f58bc50cf9f786ab822e0bd971b2b42bdc95338.tar.bz2
[svn-r19727] [BZ2072]Add compare output to expected test for help and version options of mkgrp.
bring r19726 back from trunk Tested: local linux
Diffstat (limited to 'tools/misc/testfiles')
-rw-r--r--tools/misc/testfiles/h5mkgrp_help.txt7
-rw-r--r--tools/misc/testfiles/h5mkgrp_version.txt.in1
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/misc/testfiles/h5mkgrp_help.txt b/tools/misc/testfiles/h5mkgrp_help.txt
new file mode 100644
index 0000000..ba130f6
--- /dev/null
+++ b/tools/misc/testfiles/h5mkgrp_help.txt
@@ -0,0 +1,7 @@
+usage: h5mkgrp [OPTIONS] FILE GROUP...
+ OPTIONS
+ -h, --help Print a usage message and exit
+ -l, --latest Use latest version of file format to create groups
+ -p, --parents No error if existing, make parent groups as needed
+ -v, --verbose Print information about OBJECTS and OPTIONS
+ -V, --version Print version number and exit
diff --git a/tools/misc/testfiles/h5mkgrp_version.txt.in b/tools/misc/testfiles/h5mkgrp_version.txt.in
new file mode 100644
index 0000000..75c13a5
--- /dev/null
+++ b/tools/misc/testfiles/h5mkgrp_version.txt.in
@@ -0,0 +1 @@
+h5mkgrp: Version @HDF5_PACKAGE_VERSION_STRING@