diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-16 17:35:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-16 17:35:51 (GMT) |
commit | 7f8f2feaf9097e92757bd6d5743e7e17baba5f76 (patch) | |
tree | 78f90b9c01fe89119b7901ef8288311fdbf6f55b /java/test/junit.sh.in | |
parent | 1f5286ddf2cdf6162bfb9baab18e067658fbfabf (diff) | |
download | hdf5-7f8f2feaf9097e92757bd6d5743e7e17baba5f76.zip hdf5-7f8f2feaf9097e92757bd6d5743e7e17baba5f76.tar.gz hdf5-7f8f2feaf9097e92757bd6d5743e7e17baba5f76.tar.bz2 |
[svn-r29450] Separate error compare from output compare
Diffstat (limited to 'java/test/junit.sh.in')
-rw-r--r-- | java/test/junit.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/test/junit.sh.in b/java/test/junit.sh.in index c05e502..94b3415 100644 --- a/java/test/junit.sh.in +++ b/java/test/junit.sh.in @@ -237,7 +237,6 @@ sed -e 's/thread [0-9]*/thread (IDs)/' -e 's/: .*\.c /: (file name) /' \ -e 's/v[1-9]*\.[0-9]*\./version (number)\./' \ -e 's/[1-9]*\.[0-9]*\.[0-9]*[^)]*/version (number)/' \ $actual_ext > $actual -cat $actual_err >> $actual if $CMP $expect $actual; then echo " PASSED" |