<div>rmdir uses SHFileOperation to remove the directory and its contents</div><div>but fails to terminate with a double null, meaning it attempts to</div><div>access beyond the first null terminator (for subsequent supplied</div>
<div>filenames) and attempts to remove garbage.</div><div><br></div><div>[BUG 28365]</div><div><br></div><div>(Note: The test is minimal as we already exercised this but threw</div><div>away the error message which went to stderr, as the batch tests</div>
<div>only compare the stdout text. By redirecting the error message to</div><div>stdout, it highlights the problem.)</div>