# HG changeset patch # User Andreas Weber # Date 1379150365 -7200 # Node ID 9289bb0ff4dd806453993865197ade533793f7d9 # Parent 6690dba6078ae07254d16d6f743e2a1b66eadcb8 io.tst: fix for-loop upper bound after change 3856298f1ff8 diff -r 6690dba6078a -r 9289bb0ff4dd test/io.tst --- a/test/io.tst Fri Sep 13 23:31:11 2013 -0400 +++ b/test/io.tst Sat Sep 14 11:19:25 2013 +0200 @@ -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)