diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-06-16 02:06:25 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-06-16 02:06:25 (GMT) |
commit | 231e8a2e96a05d39f7cb98f317ab400ba6375826 (patch) | |
tree | e800755e6b3aad19ac0f7fd0720fc729a45f50d6 /tools/testh5toh4 | |
parent | 004cf630d5b573d5dbe89b1164a5f32098af69dd (diff) | |
download | hdf5-231e8a2e96a05d39f7cb98f317ab400ba6375826.zip hdf5-231e8a2e96a05d39f7cb98f317ab400ba6375826.tar.gz hdf5-231e8a2e96a05d39f7cb98f317ab400ba6375826.tar.bz2 |
[svn-r1352] Changed the '\n' argument to '\012' since some other machines (solaris,
irix) misinterpreted it to mean deleting the letter 'n'.
Tested in IRIX and solaris and FreeBSD machines.
Diffstat (limited to 'tools/testh5toh4')
-rw-r--r-- | tools/testh5toh4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh5toh4 b/tools/testh5toh4 index d255e3d..97586d7 100644 --- a/tools/testh5toh4 +++ b/tools/testh5toh4 @@ -38,7 +38,7 @@ verbose=yes TESTING() { SPACES=" " - echo "Testing $* $SPACES" |cut -c1-70 |tr -d '\n' + echo "Testing $* $SPACES" |cut -c1-70 |tr -d '\012' } # Run a test and print PASS or *FAIL*. If a test fails then increment |