summaryrefslogtreecommitdiffstats
path: root/test/testlibinfo.sh.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-03-07 19:58:45 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-03-07 19:58:45 (GMT)
commitdd0a7fa13bbf70160ca881ccc4f8d380d19a5606 (patch)
tree47f1d569b0432b7919fff229b91ee394101fbe58 /test/testlibinfo.sh.in
parentf667d55efe0cd0afc9a7071d64e3ac306623b00a (diff)
downloadhdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.zip
hdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.tar.gz
hdf5-dd0a7fa13bbf70160ca881ccc4f8d380d19a5606.tar.bz2
[svn-r23336] Discovered some typo in the last added comment. Rewrote the comment.
Tested: no need since only comments are changed.
Diffstat (limited to 'test/testlibinfo.sh.in')
-rw-r--r--test/testlibinfo.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testlibinfo.sh.in b/test/testlibinfo.sh.in
index f268b13..b7aa6c4 100644
--- a/test/testlibinfo.sh.in
+++ b/test/testlibinfo.sh.in
@@ -53,9 +53,9 @@ SKIP() {
# Function definitions
CHECK_LIBINFO(){
LINEMSG $1
- # Some systems, like Mac, strings inspect library files and older versions
- # of strings maybe know newer library format, resulting in errors.
- # Make it read the file as stdin, avoiding this problem.
+ # Some systems, like Mac, the strings command inspects library files. Older
+ # versions of strings may not know newer library format, resulting in
+ # command errors. Make it read the file as stdin to avoid the problem.
if strings < $1 | grep "SUMMARY OF THE HDF5 CONFIGURATION" > /dev/null; then
echo " PASSED"
else