summaryrefslogtreecommitdiff
path: root/tests/r_resize_inode/script
AgeCommit message (Collapse)AuthorFilesLines
2011-07-09tests: use /tmp for scratch filesTheodore Ts'o1-3/+6
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-04-27Fix the resize inode test caseAneesh Kumar K.V1-0/+2
With the new mke2fs changes the output of the command differs if we run mke2fs on a device that already have the file system. So erase the file system before running mke2fs so that output remain as expected. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-28Improve descriptions for the r_move_itable and r_resize_inode testsTheodore Ts'o1-2/+0
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-09-07Delete the test.img file after running the resize2fs testsTheodore Ts'o1-2/+1
The resize2fs tests, r_move_itable and r_resize_inode, were not deleting the test.img tmpfile after completing the test. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-30Change more "echo -n" to "printf" to avoid screen clutter.Matthias Andree1-1/+1
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
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-06-16defaults/e_script, run_e2fsck, d_loaddump, f_resize_inode,Theodore Ts'o1-1/+1
f_swapfs, f_move_itable, f_resize_inode, test_config: Allow the diff options to be set in test_config so that diff -u can be used on platforms that have it. (To be done: checking whether diff can support -u in the configure script.)
2005-01-26Fix Solaris portability bug in the resize tests.Theodore Ts'o1-5/+5
2005-01-21Skip the r_resize_inode test if resize2fs is not compiled (due toTheodore Ts'o1-2/+7
configure's --disable-resizer option)
2005-01-19r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt,Theodore Ts'o1-7/+7
m_read_opt, m_std, run_mke2fs, filter_dumpe2fs: Make tests portable so they pass correctly on a FreeBSD system.
2005-01-13f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1"Matthias Andree1-12/+12
for compatibility with FreeBSD. In $DEBUGFS commands, move the -R arg argument first so that systems with non-GNU getopt() can see the request argument (they would otherwise stop parsing at the first non-option argument).
2004-12-24Add two new tests, f_resize_inode, and r_resize_inode, to the regressionTheodore Ts'o1-0/+97
test suite, which tests e2fsck and reszizefs2, respecitvely.