summaryrefslogtreecommitdiff
path: root/tests/r_inline_xattr/script
AgeCommit message (Collapse)AuthorFilesLines
2011-09-03tests: skip tests that require debugfs if debugfs has not been builtTheodore Ts'o1-2/+2
Avoid lots of tests failing if e2fsprogs is compiled with --disable-debugfs. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-07-09tests: use /tmp for scratch filesTheodore Ts'o1-4/+4
The /tmp directory is often a memory based file system, and using this can speed up running the regression test suite. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-28Add regression test for resize2fs moving inodes with inline xattrsEric Sandeen1-0/+55
The image contains an inode past the resize point with an inline xattr value of "propervalue". It also contains deleted inodes which had the xattr value "oldvalue". When resize2fs moves the inode, it should copy the xattr as well, so that post-resize we see "propervalue" not "oldvalue". Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>