aboutsummaryrefslogtreecommitdiffstats
path: root/bin/test-run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test-run')
-rwxr-xr-xbin/test-run4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-run b/bin/test-run
index a49bea8c0..66c204559 100755
--- a/bin/test-run
+++ b/bin/test-run
@@ -19,7 +19,7 @@
# RSS
# Whatever I've missed!
-my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.2 2009-07-15 20:51:21 matthew Exp $';
+my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.3 2009-07-15 20:54:49 matthew Exp $';
use strict;
require 5.8.0;
@@ -122,7 +122,7 @@ $wth->browser_set_validator("/usr/bin/validate");
# Setup error log watching
$wth->log_watcher_setup($httpd_error_log);
-$wth->log_watcher_self_test($base_url . "/test.cgi?error=1", "deliberate_error_to_test_error_handling");
+$wth->log_watcher_self_test($base_url . "/test.cgi?error=1", "Illegal division by zero");
# Run the reports
foreach (keys %action) {