diff test/test_system.m @ 6456:7f5316cadaa2

[project @ 2007-03-26 16:18:26 by jwe]
author jwe
date Mon, 26 Mar 2007 16:18:26 +0000
parents 4905c543b301
children 93c65f2a5668
line wrap: on
line diff
--- a/test/test_system.m	Mon Mar 26 16:02:04 2007 +0000
+++ b/test/test_system.m	Mon Mar 26 16:18:26 2007 +0000
@@ -218,7 +218,7 @@
 %% test/octave.test/system/readdir-1.m
 %!test
 %! [files, status, msg] = readdir (filesep);
-%! assert(iscell (files) && status == 0 && msg == "");
+%! assert(iscell (files) && status == 0 && strcmp (msg, ""));
 
 %% test/octave.test/system/readdir-2.m
 %!error <Invalid call to readdir.*> readdir ();