changeset 17288:88a6f2f540ad

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.
author Mike Miller <mtmiller@ieee.org>
date Tue, 20 Aug 2013 09:48:52 -0400
parents 011e5d67baf1
children 4d7f95eb8bfe
files test/io.tst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);