From 6cb1574e2bcb89064cdd16d6dbbbf35ff271c937 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 5 Feb 2014 13:53:34 -0800 Subject: [PATCH] tests use some of the nicer new syntax --- t/plots.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/plots.t b/t/plots.t index f61406d..821d9e5 100644 --- a/t/plots.t +++ b/t/plots.t @@ -804,7 +804,7 @@ EOF tryplot( testname => 'Error bars (using extraValuesPerPoint)', cmd => q{seq 5 | gawk '{print $1,$1,$1/10}'}, options => [qw(--domain), - qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'], + qw(--extraValuesPerPoint 1 --with errorbars)], refplot => <<'EOF' ); @@ -2280,7 +2280,7 @@ sub tryplot my %args = @_; my @options = ('--exit', - '--extracmds', 'unset grid', + qw(--unset grid), '--terminal', 'dumb 100,40'); unshift @options, @{$args{options}};