changeset 9696:01a1fd9167e0

Fix typo directing users to the wrong log file
author Rik <rdrider0-list@yahoo.com>
date Mon, 05 Oct 2009 20:29:48 -0700
parents 9fba7e1da785
children 51c17bd18563
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-05  Rik  <octdev@nomad.inbox5.com>
+
+	* fntests.m: Fix typo directing users to the wrong log file
+
 2009-06-23  Robert T. Short  <octave@phaselockedsystems.com>
 
 	* @Blork/Blork.m, @Blork/bleek.m, @Blork/display.m, @Blork/get.m,
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -230,7 +230,7 @@
     puts ("Octave by contributing fixes for them.\n");
   endif
   if (dsk > 0)
-    printf ("\nThere were %d skipped tests (see fntest.log for details).\n", dsk);
+    printf ("\nThere were %d skipped tests (see fntests.log for details).\n", dsk);
     puts ("Skipped tests are features that are disabled in this version\n");
     puts ("of Octave as the needed libraries were not present when Octave\n");
     puts ("was built\n");