aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-run4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-run b/bin/test-run
index a91d34d0e..a49bea8c0 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.1 2009-07-15 20:13:51 matthew Exp $';
+my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.2 2009-07-15 20:51:21 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.php?error=1", "deliberate_error_to_test_error_handling");
+$wth->log_watcher_self_test($base_url . "/test.cgi?error=1", "deliberate_error_to_test_error_handling");
# Run the reports
foreach (keys %action) {