diff scripts/miscellaneous/tar.m @ 25231:e1024058833c stable

test: change remaining %!xtests into %!tests * tar.m, zip.m, fminsearch.m: Change %!xtest into %!test. Add or update FIXME comments in case tests fail on some systems. * clf.m, speed.m: Change %!xtest into %!test.
author Mike Miller <mtmiller@octave.org>
date Thu, 12 Apr 2018 12:09:14 -0700
parents 6652d3823428
children 00f796120a6d
line wrap: on
line diff
--- a/scripts/miscellaneous/tar.m	Tue Apr 10 23:22:03 2018 -0500
+++ b/scripts/miscellaneous/tar.m	Thu Apr 12 12:09:14 2018 -0700
@@ -86,7 +86,10 @@
 endfunction
 
 
-%!xtest
+## FIXME: This test may fail if the tar command is not installed.  If this
+##        test fails, it might be better to change it into a testif with a
+##        runtime condition on the tar program.
+%!test
 %! ## test tar together with untar
 %! orig_dir = pwd ();
 %! unwind_protect