From ca330dc05dc23698575b9f666d461eb89a1eaa62 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 18 Feb 2013 08:40:26 -0500 Subject: [PATCH] Unit Tests - Corrected test count. --- test/bash_completion.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bash_completion.t b/test/bash_completion.t index d83aff6c3..8dc2b7a7e 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 25; +use Test::More tests => 18; # Create the rc file. if (open my $fh, '>', 'bug.rc')