summaryrefslogtreecommitdiff
path: root/test/root
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25walk_tree: do not follow symlink to directory with -hKamil Dudka1-7/+1
reported by Jean-Pierre André at https://bugzilla.redhat.com/660613
2011-04-19test: fix root tests with sortingBrandon Philips1-18/+17
The root tests were not piped through the sorting program. Fix this.
2009-02-23Add a small script for sorting the getfattr outputAndreas Gruenbacher1-9/+49
Instead of using grep and sort, use a small perl script for sorting the getfattr output. That way, the test remains more obvious. This reverts commit aeaf2d577c10f42dbc21e8d7370ee9cf37e5667e.
2009-02-23Make all the tests readdir order independentAndreas Gruenbacher1-49/+9
When reading directories, different filesystems return files in different orders. Some tests depended on a specific order; remove this dependency by sorting the results before checking them. Signed-off: Andreas Gruenbacher <agruen@suse.de>
2009-02-23Move getfattr.test to root/Brandon Philips1-0/+123
This test requires root privileges. Signed-off-by: Brandon Philips <bphilips@suse.de>