From 414ccfb1e298a722d2afa8b8540ca84dc1ccc6f2 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Sun, 5 Feb 2012 03:33:20 -0500 Subject: [PATCH] Remember to run all the tests before committing! --- t/cvs.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.45.0