Author: jhoblitt
Date: Tue Dec 27 18:31:03 2005
New Revision: 10717

Modified:
   trunk/t/configure/step.t
Log:
use 'warning' instead of 'error'

Modified: trunk/t/configure/step.t
==============================================================================
--- trunk/t/configure/step.t    (original)
+++ trunk/t/configure/step.t    Tue Dec 27 18:31:03 2005
@@ -84,7 +84,7 @@ SKIP: {
         "move_if_diff() true return status");
     ok(! -e "$fromfile", "move_if_diff() moved differing file");
     ok(-e "$tofile", "move_if_diff() moved differing file");
-    diag("Ignore the unlink error");
+    diag("ignore the unlink warning");
 }
 
 # genfile()

Reply via email to