Opened 17 years ago

Closed 17 years ago

#163 closed defect (fixed)

libc: rmdir resolves symlinks in the last component

Reported by: bird Owned by: bird
Priority: normal Milestone: libc-0.6.3
Component: libc-backend Version: 0.6
Severity: normal Keywords: rmdir symlink
Cc:

Description

rmdir should fail with ENOTDIR if a path to a symbolic link is given. This breaks the incr01.at tar test.

Change History (2)

comment:1 Changed 17 years ago by bird

(In [3351]) Added testcase for #163, rmdir-1. References #163.

comment:2 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(In [3353]) rmdir doesn't resolve the last path component. Fixes #163.

Note: See TracTickets for help on using tickets.