4 desc
="rename returns ENOENT if a component of the 'from' path does not exist, or a path prefix of 'to' does not exist"
15 expect
0 mkdir
${n0} 0755
16 expect ENOENT rename
${n0}/${n1}/test ${n2}
17 expect
0 create
${n2} 0644
18 expect ENOENT rename
${n2} ${n0}/${n1}/test