Skip to content

Commit

Permalink
Remember to run all the tests before committing!
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Feb 5, 2012
1 parent 4e7b7a1 commit 414ccfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/cvs.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
use Test::More; my $total_tests = 53;
use Test::More; my $total_tests = 57;
use IkiWiki;

my $default_test_methods = '^test_*';
Expand Down Expand Up @@ -132,6 +132,10 @@ sub test_checkconfig {
@{$config{wrappers}}, ++$default_num_wrappers,
q{can add cvs_wrapper},
);

undef $config{cvs_wrapper};
$config{cvspath} = $default_cvspath;
IkiWiki::checkconfig();
}

sub test_getsetup {
Expand Down

0 comments on commit 414ccfb

Please sign in to comment.