changeset 10039:f7009e743728 octave-forge

Fixed test procedure.
author treichl
date Sun, 15 Apr 2012 11:00:07 +0000
parents c2a549f1d3f8
children 9bfde701dba7
files main/odepkg/inst/odepkg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/odepkg/inst/odepkg.m	Sun Apr 15 10:51:47 2012 +0000
+++ b/main/odepkg/inst/odepkg.m	Sun Apr 15 11:00:07 2012 +0000
@@ -72,7 +72,7 @@
 
   for vcnt=1:length(vfile)
     printf ('Testing function %s ... ', vsolv{vcnt});
-    autoload (vsolv{vcnt}, canonicalize_file_name ('dldsolver.oct'));
+    autoload (vsolv{vcnt}, which ('dldsolver.oct'));
     test (vfile{vcnt}, 'quiet'); fflush (1);
   end