Unit Tests

- Corrected expected number of unit tests so that the tinderbox is not
  thrown off, because tests aren't failing.
This commit is contained in:
Paul Beckingham 2010-07-15 08:39:11 -04:00
parent beef03af13
commit 9385492114

View file

@ -28,7 +28,7 @@
use strict;
use warnings;
use Test::More tests => 10;
use Test::More tests => 4;
# Create the rc file.
if (open my $fh, '>', 'dep.rc')