comparison test/test_system.m @ 5814:67bf9b4f2ae2

[project @ 2006-05-11 21:58:34 by jwe]
author jwe
date Thu, 11 May 2006 21:58:34 +0000
parents faafc2d98b8d
children 1ec9de3cd12c
comparison
equal deleted inserted replaced
5813:dfef2f909f34 5814:67bf9b4f2ae2
345 345
346 %% test/octave.test/system/fnmatch-3.m 346 %% test/octave.test/system/fnmatch-3.m
347 %!error <Invalid call to fnmatch.*> fnmatch ("foo", "bar", 3); 347 %!error <Invalid call to fnmatch.*> fnmatch ("foo", "bar", 3);
348 348
349 %% test/octave.test/system/file_in_path-1.m 349 %% test/octave.test/system/file_in_path-1.m
350 %!assert(isstr (file_in_path (LOADPATH, "date.m"))); 350 %!assert(isstr (file_in_path (path (), "date.m")));
351 351
352 %% test/octave.test/system/file_in_path-2.m 352 %% test/octave.test/system/file_in_path-2.m
353 %!error <invalid option> file_in_path ("foo", "bar", 1); 353 %!error <invalid option> file_in_path ("foo", "bar", 1);
354 354
355 %% test/octave.test/system/file_in_path-3.m 355 %% test/octave.test/system/file_in_path-3.m