From: Amitai Schlair Date: Sun, 5 Feb 2012 08:33:20 +0000 (-0500) Subject: Remember to run all the tests before committing! X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/414ccfb1e298a722d2afa8b8540ca84dc1ccc6f2?ds=sidebyside Remember to run all the tests before committing! --- diff --git a/t/cvs.t b/t/cvs.t index 9efe1caae..12afc6687 100755 --- a/t/cvs.t +++ b/t/cvs.t @@ -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_*'; @@ -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 {