diff --git a/matlab/isolder.m b/matlab/isolder.m index 2078b7bc6..091455ad0 100644 --- a/matlab/isolder.m +++ b/matlab/isolder.m @@ -85,6 +85,9 @@ end %$ system('touch e.m') %$ t(3) = isequal(isolder('e.m'), false); %$ cd .. +%$ if isoctave() +%$ confirm_recursive_rmdir(false, 'local'); +%$ end %$ rmdir('toto','s'); %$ T = all(t); %@eof:1