# HG changeset patch # User Rik # Date 1372024477 25200 # Node ID f2e09c9bcb7a67f34ea61fdeff17d68f8c47beb2 # Parent ddac88d32d6a359fae66ce7d6438f033e15d543b system.tst: Replace removed function setstr() with char(). * test/system.tst: Replace removed function setstr() with char(). diff -r ddac88d32d6a -r f2e09c9bcb7a test/system.tst --- a/test/system.tst Sun Jun 23 14:47:05 2013 -0700 +++ b/test/system.tst Sun Jun 23 14:54:37 2013 -0700 @@ -231,7 +231,7 @@ %% test/octave.test/system/fnmatch-1.m %!test -%! string_fill_char = setstr (0); +%! string_fill_char = char (0); %! assert ((fnmatch ("a*a", {"aba"; "xxxba"; "aa"}) == [1; 0; 1] %! && fnmatch ({"a*a"; "b*b"}, "bob") %! && fnmatch ("x[0-5]*", {"x1"; "x6"}) == [1; 0]