diff --git a/test/testutils.jl b/test/testutils.jl index cb0667b2..8efadb7e 100644 --- a/test/testutils.jl +++ b/test/testutils.jl @@ -14,7 +14,7 @@ function readback(f::Function) try f(fh) seek(fh, 0) - return join(readlines(fh), "\n") + return strip(join(readlines(fh), "\n")) finally close(fh) rm(fname)