diff --git a/test/runtests.jl b/test/runtests.jl index 3ed3239..3642fe7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -101,7 +101,7 @@ if "sixelgd" in terminals() elseif "sixel" in terminals() Gnuplot.options.term = "sixel enhanced" elseif "dumb" in terminals() - Gnuplot.options.term = "dumb enhanced ansi" + Gnuplot.options.term = "dumb" else Gnuplot.options.term = "unknown" end