diff test/io.tst @ 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 333243133364
children c5073ed27cdc
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);