diff --git a/tests/ChangeLog b/tests/ChangeLog
index 7a0c6b8d..f3b1bac1 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+	* Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" ->
+	"test-ftp-iri-disabled"
+
+	* Test-ftp-iri-fallback.px: Fix name "Test-ftp-iri" ->
+	"test-ftp-iri-fallback"
+
 2009-09-07  Micah Cowan  <micah@cowan.name>
 
 	* run-px: Exit with a failure if there were any tests with
diff --git a/tests/Test-ftp-iri-disabled.px b/tests/Test-ftp-iri-disabled.px
index 53e4b486..612223ae 100755
--- a/tests/Test-ftp-iri-disabled.px
+++ b/tests/Test-ftp-iri-disabled.px
@@ -41,7 +41,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = FTPTest->new (name => "Test-ftp-iri",
+my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled",
                              input => \%urls,
                              cmdline => $cmdline,
                              errcode => $expected_error_code,
diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px
index 1173a077..fa4cdc17 100755
--- a/tests/Test-ftp-iri-fallback.px
+++ b/tests/Test-ftp-iri-fallback.px
@@ -37,7 +37,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = FTPTest->new (name => "Test-ftp-iri",
+my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback",
                              input => \%urls,
                              cmdline => $cmdline,
                              errcode => $expected_error_code,