diff test/fntests.m @ 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 eb63fbe60fab
children 519e164dde1e
line wrap: on
line diff
--- 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");