diff options
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 |