diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 04:22:34 (GMT) |
commit | af9a3abb3dcb01e719abf8eba5fd588c20c89d5c (patch) | |
tree | 6aa572a2460bc06332c7abedac2af45668a97853 /test/test_plugin.sh.in | |
parent | beccb8a0fcb8a380c7cd140852a486885b8e38c0 (diff) | |
download | hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.zip hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.gz hdf5-af9a3abb3dcb01e719abf8eba5fd588c20c89d5c.tar.bz2 |
[svn-r23380] Description:
Review & cleanup code.
Diffstat (limited to 'test/test_plugin.sh.in')
-rw-r--r-- | test/test_plugin.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_plugin.sh.in b/test/test_plugin.sh.in index a881198..c00df8c 100644 --- a/test/test_plugin.sh.in +++ b/test/test_plugin.sh.in @@ -24,7 +24,7 @@ TOP_BUILDDIR=@top_builddir@ echo $srcdir echo $TOP_BUILDDIR -# Determine backward compatibility options eneabled +# Determine backward compatibility options enabled DEPRECATED_SYMBOLS="@DEPRECATED_SYMBOLS@" nerrors=0 @@ -54,7 +54,7 @@ TESTING() { } if test $nerrors -eq 0 ; then - echo "All Error API tests passed." + echo "All Plugin API tests passed." fi exit $nerrors |