diff test/octave.test/system/computer-1.m @ 11777:c5d9aaeb306a release-3-0-x

use ischar instead of isstr
author John W. Eaton <jwe@octave.org>
date Mon, 02 Jun 2008 09:50:09 -0400
parents 9c5160c83bd2
children
line wrap: on
line diff
--- a/test/octave.test/system/computer-1.m	Mon Feb 18 18:08:29 2008 +0100
+++ b/test/octave.test/system/computer-1.m	Mon Jun 02 09:50:09 2008 -0400
@@ -1,2 +1,2 @@
-(isstr (computer ())
+(ischar (computer ())
  && computer () == octave_config_info ("canonical_host_type"))