summaryrefslogtreecommitdiff
path: root/tests/f_dup_resize/script
AgeCommit message (Collapse)AuthorFilesLines
2011-09-03tests: skip tests that require debugfs if debugfs has not been builtTheodore Ts'o1-0/+7
Avoid lots of tests failing if e2fsprogs is compiled with --disable-debugfs. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o1-0/+1
Detect if the superblock's last mount field or last write field is in the future, and offer to fix if so. (Addresses Debian Bug #327580) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-08-08Add valgrind support to the regression test suiteTheodore Ts'o1-1/+1
Add the --valgrind option to the tests/test_script which allows us to run the e2fsprogs regression test suite under valgrind. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-05-08Fix the f_dup_resize script to be more portable and not rely on e2fsprogsTheodore Ts'o1-4/+9
already being installed.
2005-04-14Don't offer to update or clone the resize inode when e2fsck deals withTheodore Ts'o1-0/+18
multiply claimed blocks.