diff options
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-x | tools/testh5dump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index 1110fa4..0705107 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -18,7 +18,7 @@ mkdir testfiles >/dev/null 2>&1 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 |