aboutsummaryrefslogtreecommitdiffstats
path: root/t/conf/parse/fail.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf/parse/fail.t')
-rwxr-xr-xt/conf/parse/fail.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/conf/parse/fail.t b/t/conf/parse/fail.t
index 13f27ff..f3aef48 100755
--- a/t/conf/parse/fail.t
+++ b/t/conf/parse/fail.t
@@ -12,7 +12,7 @@ use IPC::Open3 qw(open3);
use Symbol qw(gensym);
use Test::More;
-my $tests = 10;
+my $tests = 11;
my $run_program_fail = sub
{
@@ -47,6 +47,7 @@ SKIP: {
[ 'exclude-random1=black', 'option \'exclude-random1\' not recognized' ],
[ 'omit-color-empty1=yes', 'option \'omit-color-empty1\' not recognized' ],
[ 'rainbow-fg1=no', 'option \'rainbow-fg1\' not recognized' ],
+ [ 'rainbow-bg1=no', 'option \'rainbow-bg1\' not recognized' ],
[ 'attr', 'option \'attr\' not followed by =' ],
[ 'attr#', 'option \'attr\' not followed by =' ],
[ 'attr bold', 'option \'attr\' not followed by =' ],