aboutsummaryrefslogtreecommitdiff
path: root/t/cvs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cvs.t')
-rwxr-xr-xt/cvs.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/cvs.t b/t/cvs.t
index af91b1c64..62ed179f3 100755
--- a/t/cvs.t
+++ b/t/cvs.t
@@ -333,7 +333,10 @@ sub test_rcs_getmtime {
}
sub test_rcs_receive {
- pass(q{rcs_receive doesn't make sense for CVS});
+ my $description = q{rcs_receive doesn't make sense for CVS};
+ exists $IkiWiki::hooks{rcs}{rcs_receive}
+ ? fail($description)
+ : pass($description);
}
sub test_rcs_preprevert {