hfsplus bugs making coreutils testsuite fail

From: Martin Schaffner
Date: Thu Sep 09 2004 - 14:13:13 EST


While running the coreutil test suites, I found two differences between the hfsplus behaviour and that of other filesystems.

1. If I do:
mkdir a; chmod 1777 a; touch a/b; su some_other_user -c "rm -rf a"
I get, on ext2:
rm: cannot remove 'a': Permission denied
but on HFS+:
rm: reading directory 'a/b': Not a directory
rm: cannot remove directory 'a': Directory not empty

2. "ls -1F" appends suffixes to the filenames of pipes (|) and links (@).

--
Martin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/