From 6996c98d4042b5c6faec21d7b2b0c58094a8b854 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Wed, 22 Apr 2020 18:09:54 +0200 Subject: [PATCH] Fix CI --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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