diff test/fntests.m @ 5781:faafc2d98b8d

[project @ 2006-05-02 19:40:19 by jwe]
author jwe
date Tue, 02 May 2006 19:40:21 +0000
parents ec3ffbf9982b
children ed69a3b5b3d0
line wrap: on
line diff
--- a/test/fntests.m	Thu Apr 27 20:03:48 2006 +0000
+++ b/test/fntests.m	Tue May 02 19:40:21 2006 +0000
@@ -5,7 +5,7 @@
 currdir = canonicalize_file_name (".");
 
 if (nargin == 1)
-  xdir = argv{1};
+  xdir = argv(){1};
 else
   xdir = ".";
 endif
@@ -60,7 +60,7 @@
 endfunction
 
 function [dp, dn] = runtestscript (fid, d);
-  global topsrcdir
+  global topsrcdir;
   lst = dir(d);
   dp = dn = 0;
   for i=1:length(lst)
@@ -149,4 +149,3 @@
   warning(warn_state.state,"quiet");
   disp(lasterr());
 end_try_catch
-