diff --git a/test/runtests.jl b/test/runtests.jl index 978be00..49069e2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,5 @@ using Test, Gnuplot -@info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion()) -CheckGnuplotVersion +@info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion(Gnuplot.options.cmd)) Gnuplot.setverbose(true) push!(Gnuplot.options.init, "set term unknown")