changeset 17440:9289bb0ff4dd

io.tst: fix for-loop upper bound after change 3856298f1ff8
author Andreas Weber <andy.weber.aw@gmail.com>
date Sat, 14 Sep 2013 11:19:25 +0200
parents 6690dba6078a
children 0bcbbd82c9b5
files test/io.tst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/io.tst
+++ b/test/io.tst
@@ -323,7 +323,7 @@
 %! warning ("off", "Octave:fopen-mode");
 %! status = 1;
 %!
-%! for i = 1:6
+%! for i = 1:3
 %!   arch = arch_list{i};
 %!   for j = 1:4
 %!     if (j == 1)