# HG changeset patch # User Mike Miller # Date 1377006532 14400 # Node ID 88a6f2f540adac25092eb4dab3ace9eb9b39cf7a # Parent 011e5d67baf1a2caff4bb51bc8d9f1f12930f4cc io.tst: Condition load-save test on HAVE_ZLIB * test/io.tst: Condition load-save test on HAVE_ZLIB since testls tests file formats that require zlib compression. diff -r 011e5d67baf1 -r 88a6f2f540ad test/io.tst --- a/test/io.tst Tue Aug 20 09:46:17 2013 -0400 +++ b/test/io.tst Tue Aug 20 09:48:52 2013 -0400 @@ -178,7 +178,7 @@ %! ret = 1; %!endfunction -%!test +%!testif HAVE_ZLIB %! %! [save_status, save_files] = testls (0); %! [load_status, load_files] = testls (1);