Do not ask for confirmation when deleting a non empty directory (Octave)

time-shift
Stéphane Adjemian (Charybdis) 2015-10-07 18:13:44 +02:00
parent c064e9ed5e
commit 9131472429
1 changed files with 3 additions and 0 deletions

View File

@ -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