linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* HFS+ Bug which causes coreutils "make test" to fail
@ 2004-11-17 22:05 Martin Schaffner
  2004-11-18  3:52 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Schaffner @ 2004-11-17 22:05 UTC (permalink / raw)
  To: linux-kernel

I'm installing my system using an HFS+ partition as root.
When I installed the GNU coreutils, I noticed that some test fail, even 
though they succeed on other fs such as ext2.
I've tracked down one failure to the following:

mkdir a; chmod 1777 a; touch a/b; su otheruser -c "rm -rf a"

gives differing results. On ext2:

rm: cannot remove 'a': Permission denied

On HFS+:

rm: reading directory 'a/b': Not a directory
rm: cannot remove directory 'a': Directory not empty


The other failure related to the fact that all pipe files are suffixed 
by "|", and all links by "@" when doing "ls -1F" on HFS+

--
Martin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-19 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-17 22:05 HFS+ Bug which causes coreutils "make test" to fail Martin Schaffner
2004-11-18  3:52 ` Andrew Morton
2004-11-19 17:43   ` Martin Schaffner
2004-11-19 20:14     ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).