[svn-r6587] Purpose:

typo in usage message

Description:

Solution:

Platforms tested:
linux
Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2003-04-04 13:54:37 -05:00
parent b3fa7fe85b
commit d6f94bf8bd
2 changed files with 3 additions and 1 deletions

View File

@@ -93,6 +93,8 @@ TOOLTEST() {
# test1: Check if the command line number of arguments is less than 3
TOOLTEST h5diff_1.txt h5diff_test1.h5
# test2: Check for invalid options
TOOLTEST h5diff_2.txt -x h5diff_test1.h5 h5diff_test2.h5
if test $nerrors -eq 0 ; then
echo "All $H5DIFF tests passed."